fix(app): delay initial tab preview (#35266)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
This commit is contained in:
parent
933dbfdb36
commit
8b6a2b173b
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { createSignal, Show, type JSXElement } from "solid-js"
|
||||||
import "./titlebar-tab-popover.css"
|
import "./titlebar-tab-popover.css"
|
||||||
|
|
||||||
// Initial hover delay before the preview appears, per design.
|
// Initial hover delay before the preview appears, per design.
|
||||||
const OPEN_DELAY = 400
|
const OPEN_DELAY = 2_000
|
||||||
// Mouse-out delay: begin closing immediately (a brief exit animation plays).
|
// Mouse-out delay: begin closing immediately (a brief exit animation plays).
|
||||||
const CLOSE_DELAY = 0
|
const CLOSE_DELAY = 0
|
||||||
// After a preview closes, hovering a neighbouring tab within this window skips
|
// After a preview closes, hovering a neighbouring tab within this window skips
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue