kirillmurashov/vue-drag-resize

onDragstop is not triggered on the mobile end

Closed this issue · 1 comments

Are you sure this binding event can be bound?

in components/vue-drag-resize.js - line209

I use drag on the mobile end. onDragstop is not triggered at the end of the drag. It will be triggered when I click again.

So I looked at the source code and found that the touchend event was not triggered, this.up There was no enforcement

fixed it in version 1.4.2