publ-echo-test 0.0.76 → 0.0.77
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.
@@ -207,12 +207,6 @@ var GridItem = function (_a) {
|
|
207
207
|
*/
|
208
208
|
var onDragStart = function (e, _a) {
|
209
209
|
var node = _a.node, deltaX = _a.deltaX, deltaY = _a.deltaY;
|
210
|
-
if (className === null || className === void 0 ? void 0 : className.split(" ").includes("bulk-child-item")) {
|
211
|
-
if (elementRef.current) {
|
212
|
-
elementRef.current.style.pointerEvents = 'none';
|
213
|
-
}
|
214
|
-
return;
|
215
|
-
}
|
216
210
|
var newPosition = { top: 0, left: 0 };
|
217
211
|
var offsetParent = node.offsetParent;
|
218
212
|
if (!offsetParent)
|