dockview-core 4.7.1 → 4.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -208,8 +208,8 @@ export class GridviewComponent extends BaseGrid {
208
208
  accessor: this,
209
209
  isVisible: true,
210
210
  });
211
- this.registerPanel(view);
212
211
  this.doAddGroup(view, relativeLocation, options.size);
212
+ this.registerPanel(view);
213
213
  this.doSetGroupActive(view);
214
214
  return view;
215
215
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dockview-core",
3
- "version": "4.7.1",
3
+ "version": "4.10.0",
4
4
  "description": "Zero dependency layout manager supporting tabs, grids and splitviews",
5
5
  "keywords": [
6
6
  "splitview",