We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6556d56 commit 115110bCopy full SHA for 115110b
ui/desktop/src/App.tsx
@@ -624,7 +624,7 @@ export function AppInner() {
624
/>
625
<ExtensionInstallModal addExtension={addExtension} setView={setView} />
626
<div className="relative w-screen h-screen overflow-hidden bg-background-muted flex flex-col">
627
- <div className="titlebar-drag-region" />
+ <div className="titlebar-drag-region" data-tauri-drag-region />
628
<div style={{ position: 'relative', width: '100%', height: '100%' }}>
629
<Routes>
630
<Route path="launcher" element={<LauncherView />} />
0 commit comments