Skip to content

Commit 0929656

Browse files
committed
fix: needs more debugging
1 parent 3dd3266 commit 0929656

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/gridstack.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1633,9 +1633,7 @@ export class GridStack {
16331633
el.gridstackNode = node;
16341634
node.el = el;
16351635
node.grid = this;
1636-
this.engine._loading = true; // help with collision
16371636
node = this.engine.addNode(node, triggerAddEvent);
1638-
delete this.engine._loading; // done loading
16391637

16401638
// write the dom sizes and class
16411639
this._writeAttr(el, node);

0 commit comments

Comments
 (0)