We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d71203 commit 8488de6Copy full SHA for 8488de6
1 file changed
apps/desktop/src/routes/+page.svelte
@@ -63,7 +63,7 @@
63
/** Start window drag when title bar is clicked */
64
async function handleTitleBarMouseDown(e: MouseEvent) {
65
if (e.buttons === 1) {
66
- // Left mouse button
+ e.preventDefault() // Prevent focus shift away from explorer
67
try {
68
const { getCurrentWindow } = await import('@tauri-apps/api/window')
69
await getCurrentWindow().startDragging()
0 commit comments