more draggable region for title bar (#651)

Fixes #650
This commit is contained in:
Will Chen
2025-07-15 17:04:17 -07:00
committed by GitHub
parent 9c5134b8da
commit 29065335f6
2 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ export const TitleBar = () => {
{/* Preview Header */}
{location.pathname === "/chat" && (
<div className="flex-1 flex justify-end no-app-region-drag">
<div className="flex-1 flex justify-end">
<PreviewHeader />
</div>
)}