draggable-vue-directive
draggable-vue-directive copied to clipboard
Vue2 directive that handles drag & drop
Hi there. In version `2.1.0` got error in Safari browser (14.1.1.). `ReferenceError: Can't find variable: TouchEvent - draggable.js` Any idea, how to fix it?
In Firefox a ReferenceError: "TouchEvent is not defined" is thrown. This commit fixes it by simply inserting "window.TouchEvent && " into the if-check in line 206
I've been using your draggable directive on a reporting page and really appreciate how easy it is to use. Unfortunately, most of our users are still using IE 11 (I...
As of now it's always set to fixed, but in some cases it would be preferable to use absolute. It would be nice to have a way to set the...
Any plan to make the directive work with % instead of px?
I have the same problem as #18 This issue does not exist in the live demo, but npm v2.0.6 is not fixed
I had same problem with #22 . ``` resetInitialPos Returns to the initial position of the element, before it is mounted. ``` I only need to initialize the position at...
Hi! sometimes I need to set the position programmatically, for example if the window is resized and the draggable element is left out of it. I do it modifying the...