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.
@@ -303,8 +303,8 @@ var GridviewComponent = /** @class */ (function (_super) {
303
303
  accessor: this,
304
304
  isVisible: true,
305
305
  });
306
- this.registerPanel(view);
307
306
  this.doAddGroup(view, relativeLocation, options.size);
307
+ this.registerPanel(view);
308
308
  this.doSetGroupActive(view);
309
309
  return view;
310
310
  };
@@ -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
  */
@@ -10326,8 +10326,8 @@ define(['exports'], (function (exports) { 'use strict';
10326
10326
  accessor: this,
10327
10327
  isVisible: true,
10328
10328
  });
10329
- this.registerPanel(view);
10330
10329
  this.doAddGroup(view, relativeLocation, options.size);
10330
+ this.registerPanel(view);
10331
10331
  this.doSetGroupActive(view);
10332
10332
  return view;
10333
10333
  }