Skip to content

Commit 18e786c

Browse files
committed
fix: set default disposeTimeout to default transition duration
1 parent 3175a62 commit 18e786c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/floating-vue/src/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const config: FloatingVueConfig = {
1414
// Skip delay & CSS transitions when another popper is shown, so that the popper appear to instanly move to the new position.
1515
instantMove: false,
1616
// Auto destroy tooltip DOM nodes (ms)
17-
disposeTimeout: 0,
17+
disposeTimeout: 150,
1818
// Triggers on the popper itself
1919
popperTriggers: [],
2020
// Positioning strategy

0 commit comments

Comments
 (0)