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
  */
@@ -8734,9 +8734,7 @@ define(['exports'], (function (exports) { 'use strict';
8734
8734
  }));
8735
8735
  this.doRemoveGroup(sourceGroup, { skipActive: true });
8736
8736
  const newGroup = this.createGroupAtLocation(targetLocation);
8737
- this.movingLock(() => newGroup.model.openPanel(removedPanel, {
8738
- skipSetActive: true,
8739
- }));
8737
+ this.movingLock(() => newGroup.model.openPanel(removedPanel));
8740
8738
  this.doSetGroupAndPanelActive(newGroup);
8741
8739
  this._onDidMovePanel.fire({
8742
8740
  panel: this.getGroupPanel(sourceItemId),