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.
@@ -1348,9 +1348,7 @@ export class DockviewComponent extends BaseGrid {
1348
1348
  }));
1349
1349
  this.doRemoveGroup(sourceGroup, { skipActive: true });
1350
1350
  const newGroup = this.createGroupAtLocation(targetLocation);
1351
- this.movingLock(() => newGroup.model.openPanel(removedPanel, {
1352
- skipSetActive: true,
1353
- }));
1351
+ this.movingLock(() => newGroup.model.openPanel(removedPanel));
1354
1352
  this.doSetGroupAndPanelActive(newGroup);
1355
1353
  this._onDidMovePanel.fire({
1356
1354
  panel: this.getGroupPanel(sourceItemId),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dockview-core",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Zero dependency layout manager supporting tabs, grids and splitviews",
5
5
  "keywords": [
6
6
  "splitview",