Skip to content

Commit fa20b08

Browse files
committed
add delay
1 parent 58e76d8 commit fa20b08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ts/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import tippy, { Props } from 'tippy.js';
33
const tooltipProfiles: Record<string, Partial<Props>> = {
44
default: {},
55
exclusive: {
6+
delay: 200,
67
showOnCreate: true,
78
placement: 'bottom',
89
},

0 commit comments

Comments
 (0)