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.
- package/dist/dockview-react.amd.js +2 -4
- package/dist/dockview-react.amd.js.map +1 -1
- package/dist/dockview-react.amd.min.js +2 -2
- package/dist/dockview-react.amd.min.js.map +1 -1
- package/dist/dockview-react.amd.min.noStyle.js +2 -2
- package/dist/dockview-react.amd.min.noStyle.js.map +1 -1
- package/dist/dockview-react.amd.noStyle.js +2 -4
- package/dist/dockview-react.amd.noStyle.js.map +1 -1
- package/dist/dockview-react.cjs.js +2 -4
- package/dist/dockview-react.cjs.js.map +1 -1
- package/dist/dockview-react.esm.js +2 -4
- package/dist/dockview-react.esm.js.map +1 -1
- package/dist/dockview-react.esm.min.js +2 -2
- package/dist/dockview-react.esm.min.js.map +1 -1
- package/dist/dockview-react.js +2 -4
- package/dist/dockview-react.js.map +1 -1
- package/dist/dockview-react.min.js +2 -2
- package/dist/dockview-react.min.js.map +1 -1
- package/dist/dockview-react.min.noStyle.js +2 -2
- package/dist/dockview-react.min.noStyle.js.map +1 -1
- package/dist/dockview-react.noStyle.js +2 -4
- package/dist/dockview-react.noStyle.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* dockview-react
|
|
3
|
-
* @version 2.1.
|
|
3
|
+
* @version 2.1.3
|
|
4
4
|
* @link https://github.com/mathuo/dockview
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
@@ -8711,9 +8711,7 @@ define(['exports', 'react', 'react-dom'], (function (exports, React, ReactDOM) {
|
|
|
8711
8711
|
}));
|
|
8712
8712
|
this.doRemoveGroup(sourceGroup, { skipActive: true });
|
|
8713
8713
|
const newGroup = this.createGroupAtLocation(targetLocation);
|
|
8714
|
-
this.movingLock(() => newGroup.model.openPanel(removedPanel
|
|
8715
|
-
skipSetActive: true,
|
|
8716
|
-
}));
|
|
8714
|
+
this.movingLock(() => newGroup.model.openPanel(removedPanel));
|
|
8717
8715
|
this.doSetGroupAndPanelActive(newGroup);
|
|
8718
8716
|
this._onDidMovePanel.fire({
|
|
8719
8717
|
panel: this.getGroupPanel(sourceItemId),
|