dockview-react 1.17.0 → 1.17.1
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 +3 -3
- 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 +3 -3
- package/dist/dockview-react.amd.noStyle.js.map +1 -1
- package/dist/dockview-react.cjs.js +3 -3
- package/dist/dockview-react.cjs.js.map +1 -1
- package/dist/dockview-react.esm.js +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 1.17.
|
|
3
|
+
* @version 1.17.1
|
|
4
4
|
* @link https://github.com/mathuo/dockview
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
@@ -6823,7 +6823,7 @@ class Overlay extends CompositeDisposable {
|
|
|
6823
6823
|
bounds.right = right;
|
|
6824
6824
|
}
|
|
6825
6825
|
this.setBounds(bounds);
|
|
6826
|
-
}), addDisposableWindowListener(window, '
|
|
6826
|
+
}), addDisposableWindowListener(window, 'pointerup', () => {
|
|
6827
6827
|
toggleClass(this._element, 'dv-resize-container-dragging', false);
|
|
6828
6828
|
move.dispose();
|
|
6829
6829
|
this._onDidChangeEnd.fire();
|
|
@@ -6992,7 +6992,7 @@ class Overlay extends CompositeDisposable {
|
|
|
6992
6992
|
dispose: () => {
|
|
6993
6993
|
iframes.release();
|
|
6994
6994
|
},
|
|
6995
|
-
}, addDisposableWindowListener(window, '
|
|
6995
|
+
}, addDisposableWindowListener(window, 'pointerup', () => {
|
|
6996
6996
|
move.dispose();
|
|
6997
6997
|
this._onDidChangeEnd.fire();
|
|
6998
6998
|
}));
|