From 18e786cfb378d707312c11c3dd946a11012a4484 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Tue, 9 Jan 2024 14:47:22 +0100 Subject: [PATCH] fix: set default disposeTimeout to default transition duration --- packages/floating-vue/src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/floating-vue/src/config.ts b/packages/floating-vue/src/config.ts index 38461932..805cf73b 100644 --- a/packages/floating-vue/src/config.ts +++ b/packages/floating-vue/src/config.ts @@ -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