We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3e8289 + cb4718b commit e6fe21cCopy full SHA for e6fe21c
src/components/vue-drag-resize.html
@@ -1,7 +1,8 @@
1
<div class="vdr" :style="style"
2
:class="active || isActive ? 'active' : 'inactive'"
3
@mousedown="bodyDown($event)"
4
- @touchstart="bodyDown($event)">
+ @touchstart="bodyDown($event)"
5
+ @touchend="up($event)">
6
<slot></slot>
7
<div
8
v-for="stick in sticks"
0 commit comments