Skip to content

Commit f37fad8

Browse files
committed
Add no-drag to command center toolbar
1 parent 2175d8f commit f37fad8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/code/src/renderer/features/command-center/components/CommandCenterToolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export function CommandCenterToolbar({
118118
gap="3"
119119
px="3"
120120
py="2"
121-
className="shrink-0 border-gray-6 border-b"
121+
className="no-drag shrink-0 border-gray-6 border-b"
122122
>
123123
<Select.Root
124124
value={layout}

0 commit comments

Comments
 (0)