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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * dockview-react
3
- * @version 1.17.0
3
+ * @version 1.17.1
4
4
  * @link https://github.com/mathuo/dockview
5
5
  * @license MIT
6
6
  */
@@ -6792,7 +6792,7 @@ define(['exports', 'react', 'react-dom'], (function (exports, React, ReactDOM) {
6792
6792
  bounds.right = right;
6793
6793
  }
6794
6794
  this.setBounds(bounds);
6795
- }), addDisposableWindowListener(window, 'mouseup', () => {
6795
+ }), addDisposableWindowListener(window, 'pointerup', () => {
6796
6796
  toggleClass(this._element, 'dv-resize-container-dragging', false);
6797
6797
  move.dispose();
6798
6798
  this._onDidChangeEnd.fire();
@@ -6961,7 +6961,7 @@ define(['exports', 'react', 'react-dom'], (function (exports, React, ReactDOM) {
6961
6961
  dispose: () => {
6962
6962
  iframes.release();
6963
6963
  },
6964
- }, addDisposableWindowListener(window, 'mouseup', () => {
6964
+ }, addDisposableWindowListener(window, 'pointerup', () => {
6965
6965
  move.dispose();
6966
6966
  this._onDidChangeEnd.fire();
6967
6967
  }));