Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 373c1ea

Browse files
committed
build dist
1 parent 92d7e51 commit 373c1ea

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

dist/gridstack.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,10 @@
367367
return $.extend({}, n);
368368
}));
369369

370+
if (typeof clonedNode === 'undefined') {
371+
return true;
372+
}
373+
370374
clone.moveNode(clonedNode, x, y, width, height);
371375

372376
var res = true;

0 commit comments

Comments
 (0)