openpencil/desktop
rcoenen b8076adfbb
fix(desktop): enable image drag-and-drop in the Tauri window
Tauri's dragDropEnabled defaults to true, which makes the native OS file
drop intercept and swallow the event so the webview's HTML5 drop handler
(useCanvasDrop) never fires — drag-and-drop of images worked in the browser
but failed in the desktop app. Set dragDropEnabled: false so the webview
receives HTML5 drag/drop natively and the existing web handler works on
desktop too. No web-side code changes.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: Danila Poyarkov <dev@dannote.net>
2026-06-30 09:50:15 +03:00
..
capabilities feat(app): add font cache management hooks 2026-05-05 21:50:31 +03:00
generated feat(editor): add outline stroke command 2026-05-17 20:18:14 +03:00
icons Use pencil loader icon as Tauri app icon 2026-03-01 01:37:01 +03:00
src fix(tauri): refresh updater signing key 2026-05-18 23:23:20 +03:00
.gitignore Rename src-tauri → desktop, symlink for CLI compat 2026-02-28 08:10:09 +03:00
build.rs Rename src-tauri → desktop, symlink for CLI compat 2026-02-28 08:10:09 +03:00
Cargo.lock Release v0.13.1 2026-05-30 01:12:58 +03:00
Cargo.toml Release v0.13.2 2026-05-30 19:14:12 +03:00
Info.plist fix(tauri): correctly configure NSAllowsLocalNetworking 2026-04-22 13:01:38 +03:00
tauri.conf.json fix(desktop): enable image drag-and-drop in the Tauri window 2026-06-30 09:50:15 +03:00
updater.key.pub feat(tauri): add signed updater 2026-05-01 13:00:50 +03:00