Skip to content

Commit

Permalink
fix: set default disposeTimeout to default transition duration
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 9, 2024
1 parent 3175a62 commit 18e786c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/floating-vue/src/config.ts
Expand Up @@ -14,7 +14,7 @@ export const config: FloatingVueConfig = {
// Skip delay & CSS transitions when another popper is shown, so that the popper appear to instanly move to the new position.
instantMove: false,
// Auto destroy tooltip DOM nodes (ms)
disposeTimeout: 0,
disposeTimeout: 150,
// Triggers on the popper itself
popperTriggers: [],
// Positioning strategy
Expand Down

0 comments on commit 18e786c

Please sign in to comment.