@onehat/ui 0.2.44 → 0.2.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -227,7 +227,7 @@ export default function withDraggable(WrappedComponent) {
|
|
|
227
227
|
position={{ x: 0, y: 0, /* reset to dropped position */ }}
|
|
228
228
|
// bounds={bounds}
|
|
229
229
|
>
|
|
230
|
-
<div className="nsResize"
|
|
230
|
+
<div className="nsResize">
|
|
231
231
|
<WrappedComponent {...propsToPass} />
|
|
232
232
|
</div>
|
|
233
233
|
</Draggable>;
|