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
  */
@@ -6796,7 +6796,7 @@
6796
6796
  bounds.right = right;
6797
6797
  }
6798
6798
  this.setBounds(bounds);
6799
- }), addDisposableWindowListener(window, 'mouseup', () => {
6799
+ }), addDisposableWindowListener(window, 'pointerup', () => {
6800
6800
  toggleClass(this._element, 'dv-resize-container-dragging', false);
6801
6801
  move.dispose();
6802
6802
  this._onDidChangeEnd.fire();
@@ -6965,7 +6965,7 @@
6965
6965
  dispose: () => {
6966
6966
  iframes.release();
6967
6967
  },
6968
- }, addDisposableWindowListener(window, 'mouseup', () => {
6968
+ }, addDisposableWindowListener(window, 'pointerup', () => {
6969
6969
  move.dispose();
6970
6970
  this._onDidChangeEnd.fire();
6971
6971
  }));