dockview-core 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-core
3
- * @version 2.1.2
3
+ * @version 2.1.3
4
4
  * @link https://github.com/mathuo/dockview
5
5
  * @license MIT
6
6
  */
@@ -8768,9 +8768,7 @@
8768
8768
  }));
8769
8769
  this.doRemoveGroup(sourceGroup, { skipActive: true });
8770
8770
  const newGroup = this.createGroupAtLocation(targetLocation);
8771
- this.movingLock(() => newGroup.model.openPanel(removedPanel, {
8772
- skipSetActive: true,
8773
- }));
8771
+ this.movingLock(() => newGroup.model.openPanel(removedPanel));
8774
8772
  this.doSetGroupAndPanelActive(newGroup);
8775
8773
  this._onDidMovePanel.fire({
8776
8774
  panel: this.getGroupPanel(sourceItemId),