We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3175a62 commit 18e786cCopy full SHA for 18e786c
packages/floating-vue/src/config.ts
@@ -14,7 +14,7 @@ export const config: FloatingVueConfig = {
14
// Skip delay & CSS transitions when another popper is shown, so that the popper appear to instanly move to the new position.
15
instantMove: false,
16
// Auto destroy tooltip DOM nodes (ms)
17
- disposeTimeout: 0,
+ disposeTimeout: 150,
18
// Triggers on the popper itself
19
popperTriggers: [],
20
// Positioning strategy
0 commit comments