Skip to content

Commit 115110b

Browse files
committed
fix: add data-tauri-drag-region for window dragging
Signed-off-by: Dávid Balatoni <balcsida@gmail.com>
1 parent 6556d56 commit 115110b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/desktop/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ export function AppInner() {
624624
/>
625625
<ExtensionInstallModal addExtension={addExtension} setView={setView} />
626626
<div className="relative w-screen h-screen overflow-hidden bg-background-muted flex flex-col">
627-
<div className="titlebar-drag-region" />
627+
<div className="titlebar-drag-region" data-tauri-drag-region />
628628
<div style={{ position: 'relative', width: '100%', height: '100%' }}>
629629
<Routes>
630630
<Route path="launcher" element={<LauncherView />} />

0 commit comments

Comments
 (0)