You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable Tauri OS drag-drop so panes can be rearranged in standalone.
Tauri 2's default `dragDropEnabled: true` captures OS drag-drop natively
and blocks HTML5 drag events on Windows, which broke Dockview pane
reordering in the standalone app. Setting it to false restores pane
drag at the cost of file/image-drop-to-paste, which is now tracked at
#38 (blocked on tauri-apps/tauri#14373). The
file-drop wiring is left in place as inert stubs so re-enabling is a
small change once upstream offers a way to receive paths without
blocking webview drag events.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments