Skip to content

Disable Tauri OS drag-drop so panes can be rearranged in standalone#39

Merged
nedtwigg merged 1 commit intomainfrom
disable-tauri-os-drag-drop
May 1, 2026
Merged

Disable Tauri OS drag-drop so panes can be rearranged in standalone#39
nedtwigg merged 1 commit intomainfrom
disable-tauri-os-drag-drop

Conversation

@nedtwigg
Copy link
Copy Markdown
Member

@nedtwigg nedtwigg commented May 1, 2026

Summary

Closes nothing — tracked at #38, blocked on tauri-apps/tauri#14373.

Test plan

  • pnpm dev:standalone launches cleanly.
  • Pane drag-to-rearrange works in the standalone (verified manually).
  • File drop into a pane is intentionally a no-op (per Allow dropping images and files to paste into the standalone app #38).
  • No regression in the VS Code extension (the onFilesDropped interface method stays optional and the VS Code adapter never implemented it, so behavior there is unchanged).

🤖 Generated with Claude Code

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>
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying mouseterm with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3b73f3f
Status: ✅  Deploy successful!
Preview URL: https://127e62ef.mouseterm.pages.dev
Branch Preview URL: https://disable-tauri-os-drag-drop.mouseterm.pages.dev

View logs

@nedtwigg nedtwigg merged commit cb95cbb into main May 1, 2026
6 checks passed
@nedtwigg nedtwigg deleted the disable-tauri-os-drag-drop branch May 1, 2026 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant