-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Safari and Dragging #28
Comments
Please try version 2.0.3 for know and let me know if it helped. |
Yes, that does seem to fix the dragging problem - however it brings back the compilation error with The Vue Cli and Typescript:
Looking forward to the update. Thanks. |
For quick fix you can declare that the import is with type any. |
Trying to use your quick fix suggestion, but I'm not able to get the right syntax... have an example? |
import { Draggable, DraggableValue } from 'draggable-vue-directive';
const DraggableDirectiveOptions: any = Draggable; And now use |
On Safari on MacOS, doing a simple drag and drop sample doesn't seem to function correctly.
Clicking and dragging on a draggable div does not initiate a correct drag. On drag start, a copy of the div is under the mouse - the original div is still in the same place. On mouse up, the div snaps back to the start, but moving the mouse will show another image of the div under the cursor. Clicking will "drop" it.
.vue file:
package.json:
The text was updated successfully, but these errors were encountered: