some code like this works fine, when drag "input node", the node can be added successfully.https://codesandbox.io/s/focused-cc-001-2cyz4g?file=/src/CustomNode.js, but when the code run in tauri ,the onDrop event can't trigger
#when use reactflow to create a pane, the onDrop event can't trigger
1 messages · Page 1 of 1 (latest)
Did you disable fileDropEnabled in your window config (in tauri.conf.json or wherever you create your windows)?
cause tauri's file drop interferes with the browser's on drag n drop
thank u very much, it works!!👍