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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * dockview-core
3
- * @version 4.7.1
3
+ * @version 4.10.0
4
4
  * @link https://github.com/mathuo/dockview
5
5
  * @license MIT
6
6
  */
@@ -10296,8 +10296,8 @@ define(['exports'], (function (exports) { 'use strict';
10296
10296
  accessor: this,
10297
10297
  isVisible: true,
10298
10298
  });
10299
- this.registerPanel(view);
10300
10299
  this.doAddGroup(view, relativeLocation, options.size);
10300
+ this.registerPanel(view);
10301
10301
  this.doSetGroupActive(view);
10302
10302
  return view;
10303
10303
  }