From 7a1ea8833fb41d8d1d5117921460f0c6acfe26bf Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 24 Dec 2025 10:49:36 +0200 Subject: [PATCH] fix(inline_title): tooltip getting stuck if refresh --- apps/client/src/widgets/react/hooks.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/client/src/widgets/react/hooks.tsx b/apps/client/src/widgets/react/hooks.tsx index 57b830934..c5e9711d4 100644 --- a/apps/client/src/widgets/react/hooks.tsx +++ b/apps/client/src/widgets/react/hooks.tsx @@ -772,6 +772,11 @@ export function useStaticTooltip(elRef: RefObject, config?: Partial t.remove()); }; }, [ elRef, config ]); }