We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933dbfd commit 8b6a2b1Copy full SHA for 8b6a2b1
1 file changed
packages/app/src/components/titlebar-tab-popover.tsx
@@ -3,7 +3,7 @@ import { createSignal, Show, type JSXElement } from "solid-js"
3
import "./titlebar-tab-popover.css"
4
5
// Initial hover delay before the preview appears, per design.
6
-const OPEN_DELAY = 400
+const OPEN_DELAY = 2_000
7
// Mouse-out delay: begin closing immediately (a brief exit animation plays).
8
const CLOSE_DELAY = 0
9
// After a preview closes, hovering a neighbouring tab within this window skips
0 commit comments