6
0
فهرست منبع

minor fix of mouse down flag handling

Dimitri Korsch 3 سال پیش
والد
کامیت
e6a0b38b0f
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      webui/src/components/media/annotation-box.vue

+ 1 - 0
webui/src/components/media/annotation-box.vue

@@ -11,6 +11,7 @@
        @contextmenu.prevent
        @mousedown.prevent="click"
        @mouseup.prevent="mousedown=false"
+       @mouseleave.prevent="mousedown=false"
 
        @touchstart.prevent="click"
        @touchend.prevent="mousedown=false"