diff --git a/platypush/backend/http/webapp/src/components/elements/Slider.vue b/platypush/backend/http/webapp/src/components/elements/Slider.vue index 0f22155c..029cbe65 100644 --- a/platypush/backend/http/webapp/src/components/elements/Slider.vue +++ b/platypush/backend/http/webapp/src/components/elements/Slider.vue @@ -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">