dockview-react 2.1.2 → 2.1.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-react
3
- * @version 2.1.2
3
+ * @version 2.1.3
4
4
  * @link https://github.com/mathuo/dockview
5
5
  * @license MIT
6
6
  */
@@ -8745,9 +8745,7 @@
8745
8745
  }));
8746
8746
  this.doRemoveGroup(sourceGroup, { skipActive: true });
8747
8747
  const newGroup = this.createGroupAtLocation(targetLocation);
8748
- this.movingLock(() => newGroup.model.openPanel(removedPanel, {
8749
- skipSetActive: true,
8750
- }));
8748
+ this.movingLock(() => newGroup.model.openPanel(removedPanel));
8751
8749
  this.doSetGroupAndPanelActive(newGroup);
8752
8750
  this._onDidMovePanel.fire({
8753
8751
  panel: this.getGroupPanel(sourceItemId),