We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd3266 commit 0929656Copy full SHA for 0929656
src/gridstack.ts
@@ -1633,9 +1633,7 @@ export class GridStack {
1633
el.gridstackNode = node;
1634
node.el = el;
1635
node.grid = this;
1636
- this.engine._loading = true; // help with collision
1637
node = this.engine.addNode(node, triggerAddEvent);
1638
- delete this.engine._loading; // done loading
1639
1640
// write the dom sizes and class
1641
this._writeAttr(el, node);
0 commit comments