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
  */
@@ -6826,7 +6826,7 @@
6826
6826
  bounds.right = right;
6827
6827
  }
6828
6828
  this.setBounds(bounds);
6829
- }), addDisposableWindowListener(window, 'mouseup', () => {
6829
+ }), addDisposableWindowListener(window, 'pointerup', () => {
6830
6830
  toggleClass(this._element, 'dv-resize-container-dragging', false);
6831
6831
  move.dispose();
6832
6832
  this._onDidChangeEnd.fire();
@@ -6995,7 +6995,7 @@
6995
6995
  dispose: () => {
6996
6996
  iframes.release();
6997
6997
  },
6998
- }, addDisposableWindowListener(window, 'mouseup', () => {
6998
+ }, addDisposableWindowListener(window, 'pointerup', () => {
6999
6999
  move.dispose();
7000
7000
  this._onDidChangeEnd.fire();
7001
7001
  }));