Skip to content

Commit

Permalink
small
Browse files Browse the repository at this point in the history
  • Loading branch information
slimbuck committed Sep 30, 2024
1 parent 1021798 commit b1680fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SliderInput/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ class SliderInput extends Element implements IBindable, IFocusable, IPlaceholder

protected _onSlideStart(pageX: number) {
this._domHandle.focus();
console.log('adding slider pointer move handler');
window.addEventListener('pointermove', this._onPointerMove, true);
window.addEventListener('pointerup', this._onPointerUp, true);

Expand Down

0 comments on commit b1680fa

Please sign in to comment.