Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mathuo committed Sep 5, 2024
2 parents 1acdd96 + aeda5f4 commit fd29ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dockview-core/src/overlay/overlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export class Overlay extends CompositeDisposable {

this.setBounds(bounds);
}),
addDisposableWindowListener(window, 'mouseup', () => {
addDisposableWindowListener(window, 'pointerup', () => {
toggleClass(
this._element,
'dv-resize-container-dragging',
Expand Down Expand Up @@ -595,7 +595,7 @@ export class Overlay extends CompositeDisposable {
iframes.release();
},
},
addDisposableWindowListener(window, 'mouseup', () => {
addDisposableWindowListener(window, 'pointerup', () => {
move.dispose();
this._onDidChangeEnd.fire();
})
Expand Down

0 comments on commit fd29ea5

Please sign in to comment.