dockview-core 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.
@@ -262,7 +262,7 @@ var Overlay = /** @class */ (function (_super) {
262
262
  bounds.right = right;
263
263
  }
264
264
  _this.setBounds(bounds);
265
- }), (0, events_1.addDisposableWindowListener)(window, 'mouseup', function () {
265
+ }), (0, events_1.addDisposableWindowListener)(window, 'pointerup', function () {
266
266
  (0, dom_1.toggleClass)(_this._element, 'dv-resize-container-dragging', false);
267
267
  move.dispose();
268
268
  _this._onDidChangeEnd.fire();
@@ -432,7 +432,7 @@ var Overlay = /** @class */ (function (_super) {
432
432
  dispose: function () {
433
433
  iframes.release();
434
434
  },
435
- }, (0, events_1.addDisposableWindowListener)(window, 'mouseup', function () {
435
+ }, (0, events_1.addDisposableWindowListener)(window, 'pointerup', function () {
436
436
  move.dispose();
437
437
  _this._onDidChangeEnd.fire();
438
438
  }));
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * dockview-core
3
- * @version 1.17.0
3
+ * @version 1.17.1
4
4
  * @link https://github.com/mathuo/dockview
5
5
  * @license MIT
6
6
  */
@@ -6822,7 +6822,7 @@ define(['exports'], (function (exports) { 'use strict';
6822
6822
  bounds.right = right;
6823
6823
  }
6824
6824
  this.setBounds(bounds);
6825
- }), addDisposableWindowListener(window, 'mouseup', () => {
6825
+ }), addDisposableWindowListener(window, 'pointerup', () => {
6826
6826
  toggleClass(this._element, 'dv-resize-container-dragging', false);
6827
6827
  move.dispose();
6828
6828
  this._onDidChangeEnd.fire();
@@ -6991,7 +6991,7 @@ define(['exports'], (function (exports) { 'use strict';
6991
6991
  dispose: () => {
6992
6992
  iframes.release();
6993
6993
  },
6994
- }, addDisposableWindowListener(window, 'mouseup', () => {
6994
+ }, addDisposableWindowListener(window, 'pointerup', () => {
6995
6995
  move.dispose();
6996
6996
  this._onDidChangeEnd.fire();
6997
6997
  }));