publ-echo-test 0.0.89 → 0.0.90
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.
@@ -399,7 +399,7 @@ var GridItem = function (_a) {
|
|
399
399
|
"react-draggable-dragging": Boolean(dragging),
|
400
400
|
// dropping: Boolean(droppingPosition),
|
401
401
|
cssTransforms: useCSSTransforms,
|
402
|
-
'pointer-events-none': !isDraggable,
|
402
|
+
// 'pointer-events-none': !isDraggable,
|
403
403
|
}),
|
404
404
|
style: __assign(__assign(__assign({}, props.style), child.props.style), createStyle(pos)),
|
405
405
|
});
|