dockview-core 1.15.2 → 1.15.3

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 1.15.2
3
+ * @version 1.15.3
4
4
  * @link https://github.com/mathuo/dockview
5
5
  * @license MIT
6
6
  */
@@ -7899,6 +7899,8 @@
7899
7899
  const group = createGroupFromSerializedState(data);
7900
7900
  this.addFloatingGroup(group, {
7901
7901
  position: position,
7902
+ width: position.width,
7903
+ height: position.height,
7902
7904
  skipRemoveGroup: true,
7903
7905
  inDragMode: false,
7904
7906
  });