Skip to content

Commit

Permalink
chore: Removed duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
CatchABus committed Jul 7, 2024
1 parent ece798d commit 5e23374
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SliderBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ export class SliderBase extends ProgressBar
};

slider.eventMode = 'static';
slider.x = slider.width / 2;
slider.on('pointerdown', onPointerDown)
.on('pointerup', this.endUpdate, this)
.on('pointerupoutside', this.endUpdate, this);
Expand Down

0 comments on commit 5e23374

Please sign in to comment.