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
  */
@@ -10330,8 +10330,8 @@
10330
10330
  accessor: this,
10331
10331
  isVisible: true,
10332
10332
  });
10333
- this.registerPanel(view);
10334
10333
  this.doAddGroup(view, relativeLocation, options.size);
10334
+ this.registerPanel(view);
10335
10335
  this.doSetGroupActive(view);
10336
10336
  return view;
10337
10337
  }