draggable-vue-directive
draggable-vue-directive copied to clipboard
Drag problems on Chrome v69
I have the same problem as #18 This issue does not exist in the live demo, but npm v2.0.6 is not fixed
Just tested it and everything works fine for me.
Can you provide the repo or code example that you are working on as well as the exact chrome version?
v69 (69.0.3497.42) https://github.com/HydrogenPan19/draggable-vue-directive-problem
In the source code of npm v2.0.6, mouseDown function no event.preventDefault();
You can view it unpkg
In chrome version 69 as you mentioned, there is a bug with draggable-vue-directive in version 2.0.6 .
For now I can suggest to use version 2.0.3 .
The removal of event.preventDefault(); is actually to enable editing in input, text area etc .
Will be fixed in the next version
Oh, thanks. Anticipate the next version