Skip to content

Commit 8b6a2b1

Browse files
fix(app): delay initial tab preview (#35266)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
1 parent 933dbfd commit 8b6a2b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/titlebar-tab-popover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { createSignal, Show, type JSXElement } from "solid-js"
33
import "./titlebar-tab-popover.css"
44

55
// Initial hover delay before the preview appears, per design.
6-
const OPEN_DELAY = 400
6+
const OPEN_DELAY = 2_000
77
// Mouse-out delay: begin closing immediately (a brief exit animation plays).
88
const CLOSE_DELAY = 0
99
// After a preview closes, hovering a neighbouring tab within this window skips

0 commit comments

Comments
 (0)