mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 00:58:32 +02:00
Fix app header selection on double click
This commit is contained in:
@@ -36,6 +36,7 @@ export function HeaderSize({
|
|||||||
}}
|
}}
|
||||||
className={classNames(
|
className={classNames(
|
||||||
className,
|
className,
|
||||||
|
'select-none',
|
||||||
'pt-[1px] w-full border-b border-border-subtle min-w-0',
|
'pt-[1px] w-full border-b border-border-subtle min-w-0',
|
||||||
stoplightsVisible ? 'pr-1' : 'pl-1',
|
stoplightsVisible ? 'pr-1' : 'pl-1',
|
||||||
size === 'md' && 'h-[27px]',
|
size === 'md' && 'h-[27px]',
|
||||||
|
|||||||
Reference in New Issue
Block a user