dockview-angular 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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * dockview-angular
3
- * @version 4.7.1
3
+ * @version 4.10.0
4
4
  * @link https://github.com/mathuo/dockview
5
5
  * @license MIT
6
6
  */
@@ -10305,8 +10305,8 @@ class GridviewComponent extends BaseGrid {
10305
10305
  accessor: this,
10306
10306
  isVisible: true,
10307
10307
  });
10308
- this.registerPanel(view);
10309
10308
  this.doAddGroup(view, relativeLocation, options.size);
10309
+ this.registerPanel(view);
10310
10310
  this.doSetGroupActive(view);
10311
10311
  return view;
10312
10312
  }