forked from platypush/platypush
The Slider should only react to @input events
This commit is contained in:
parent
1af7ece881
commit
8cd5cb3338
1 changed files with 1 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue