File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Change log
113
113
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
114
114
115
115
## 10.2.1-dev (TBD)
116
- * fix: [ #2717 ] ( https://github.com/gridstack/gridstack.js/pull/2717 ) load() now creates in order
116
+ * fix: [ #2720 ] ( https://github.com/gridstack/gridstack.js/pull/2720 ) load() now creates in order
117
117
118
118
## 10.2.1 (2024-06-23)
119
119
* fix: [ #2683 ] ( https://github.com/gridstack/gridstack.js/issues/2683 ) check for fixed grid maxRow during resize
Original file line number Diff line number Diff line change @@ -413,7 +413,9 @@ export class GridStack {
413
413
414
414
if ( opts . auto ) {
415
415
this . batchUpdate ( ) ; // prevent in between re-layout #1535 TODO: this only set float=true, need to prevent collision check...
416
+ this . engine . _loading = true ; // loading collision check
416
417
this . getGridItems ( ) . forEach ( el => this . _prepareElement ( el ) ) ;
418
+ delete this . engine . _loading ;
417
419
this . batchUpdate ( false ) ;
418
420
}
419
421
You can’t perform that action at this time.
0 commit comments