dockview-core 4.9.0 → 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-core
3
- * @version 4.9.0
3
+ * @version 4.10.0
4
4
  * @link https://github.com/mathuo/dockview
5
5
  * @license MIT
6
6
  */
@@ -10300,8 +10300,8 @@
10300
10300
  accessor: this,
10301
10301
  isVisible: true,
10302
10302
  });
10303
- this.registerPanel(view);
10304
10303
  this.doAddGroup(view, relativeLocation, options.size);
10304
+ this.registerPanel(view);
10305
10305
  this.doSetGroupActive(view);
10306
10306
  return view;
10307
10307
  }