drag/drop and 1.x / 2.x documentation #9696
ImageDeeply
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Something to consider for docs (maybe v1; definitely v2): https://tauri.app/v1/api/config/#windowconfig.filedropenabled says "Disabling it is required to use drag and drop on the frontend on Windows." though in my case (below) the param was NOT required on Windows & Linux but setting to false FIXED the issue on Mac.
My case: integrating CodeMirror into a Tauri app. Same behavior in v1 & v2 (with no param, so default true):
The workaround in v1, as documented:
The param has been renamed in v2:
So: thanks to Tauri folks for including & documenting the param. Even though my case behaved differently, it showed what to try.
Beta Was this translation helpful? Give feedback.
All reactions