File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ Change log
108
108
109
109
## 10.0.0-dev (TBD)
110
110
* fix: [ #2552 ] ( https://github.com/gridstack/gridstack.js/issues/2552 ) DOM init doesn't sizeToContent
111
- * fix: issues with sizeToContent and animation, cleanup, etc...
111
+ * fix: [ # 2561 ] ( https://github.com/gridstack/gridstack.js/pull/2561 ) issues with sizeToContent animation, cleanup, etc...
112
112
* fix: [ #2558 ] ( https://github.com/gridstack/gridstack.js/pull/2558 ) remove style node in shadow root
113
113
* fix: [ #2556 ] ( https://github.com/gridstack/gridstack.js/pull/2556 ) make sure 'new GridStack(el)' set el.gridstack=this right away
114
114
* cleanup: [ #2550 ] ( https://github.com/gridstack/gridstack.js/pull/2550 ) Optimize resize arrow (~ 88% lighter from 1.82 KB to 225B)
Original file line number Diff line number Diff line change @@ -2224,6 +2224,7 @@ export class GridStack {
2224
2224
if ( ! subGrid . opts . styleInHead ) subGrid . _updateStyles ( true ) ; // re-create sub-grid styles now that we've moved
2225
2225
}
2226
2226
this . _updateContainerHeight ( ) ;
2227
+ this . engine . addedNodes . push ( node ) ; // @ts -ignore
2227
2228
this . _triggerAddEvent ( ) ; // @ts -ignore
2228
2229
this . _triggerChangeEvent ( ) ;
2229
2230
You can’t perform that action at this time.
0 commit comments