Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Oct 22, 2024
1 parent ae9ce3c commit 8299153
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,12 +330,6 @@ export class PointerEventWatcher {
}

watch() {
requestAnimationFrame(() => {
// For Safari
this.widget.dragHandleContainer.addEventListener('pointerdown', e => {
e.stopPropagation();
});
});
this.widget.handleEvent('click', this._clickHandler);
this.widget.handleEvent('pointerMove', this._throttledPointerMoveHandler);
this.widget.handleEvent('pointerOut', this._pointerOutHandler);
Expand Down

0 comments on commit 8299153

Please sign in to comment.