publ-echo-test 0.0.245 → 0.0.246
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.
@@ -515,10 +515,6 @@ var GridItem = function (_a) {
|
|
515
515
|
dragging: dragging,
|
516
516
|
resizing: resizing,
|
517
517
|
}, colWidth);
|
518
|
-
pos.left = pos.left + 10; // Adjust for margin
|
519
|
-
pos.top = pos.top + 10; // Adjust for margin
|
520
|
-
pos.width = pos.width - 20; // Adjust for margin
|
521
|
-
pos.height = pos.height - 20; // Adjust for margin
|
522
518
|
var child = React.Children.only(children);
|
523
519
|
var newChild = React.cloneElement(child, {
|
524
520
|
key: i,
|