mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-30 01:17:37 +03:00
🔧 fix: decrease timeout for tooltip to improve user experience
This commit is contained in:
parent
65d1c0e629
commit
a372f3b5cf
@ -5,7 +5,7 @@
|
||||
export let label: string | undefined = undefined;
|
||||
type Placement = 'top' | 'right' | 'bottom' | 'left';
|
||||
export let placement: Placement = 'bottom';
|
||||
export let timeoutMilliseconds = 2500;
|
||||
export let timeoutMilliseconds = 1500;
|
||||
|
||||
const [floatingRef, floatingContent] = createFloatingActions({
|
||||
strategy: 'absolute',
|
||||
|
Loading…
Reference in New Issue
Block a user