Explorar o código

Slider:Prevent text selection on mouse drag

Pan %!s(int64=8) %!d(string=hai) anos
pai
achega
411ddf92cc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/slider/src/button.vue

+ 1 - 0
packages/slider/src/button.vue

@@ -96,6 +96,7 @@
 
       onButtonDown(event) {
         if (this.disabled) return;
+        event.preventDefault();
         this.onDragStart(event);
         window.addEventListener('mousemove', this.onDragging);
         window.addEventListener('mouseup', this.onDragEnd);