publ-echo-test 0.0.39 → 0.0.47
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.
@@ -380,7 +380,7 @@ var GridItem = function (_a) {
|
|
380
380
|
// NOTE: test to fix
|
381
381
|
if (handle === 'nw' || handle === 'ne' || handle === 'sw' || handle === 'se') {
|
382
382
|
if (prevH === h) {
|
383
|
-
|
383
|
+
newY = y;
|
384
384
|
}
|
385
385
|
}
|
386
386
|
handler(i, w, h, { e: e, node: node, size: size }, newX, newY);
|