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 ]); }