The draggable="true" property is added, but drag is not possible #8884
Answered
by
nongyehong
nongyehong
asked this question in
Q&A
-
`
` |
Beta Was this translation helpful? Give feedback.
Answered by
nongyehong
Feb 18, 2024
Replies: 1 comment
-
You need to configure "fileDropEnabled":false for windows in the tauri.conf.json configuration file, otherwise it will interfere with the drag and drop of Vue components |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nongyehong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to configure "fileDropEnabled":false for windows in the tauri.conf.json configuration file, otherwise it will interfere with the drag and drop of Vue components