The Slider should only react to @input events

This commit is contained in:
Fabio Manganiello 2022-10-23 00:26:59 +02:00
parent 1af7ece881
commit 8cd5cb3338
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 7 deletions

View File

@ -10,13 +10,7 @@
:value="value"
ref="range"
@input.stop="onUpdate"
@change.stop="onUpdate"
@mouseup.stop="onUpdate"
@mousedown.stop="onUpdate"
@touchstart.stop="onUpdate"
@touchend.stop="onUpdate"
@keyup.stop="onUpdate"
@keydown.stop="onUpdate">
@change.stop="onUpdate">
<div class="track" :class="{'with-label': withLabel}">
<div class="track-inner" ref="track"></div>