From f9ae7cd67fd729a3580a7516729854a7f68dff61 Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Mon, 9 May 2022 16:56:56 +0100 Subject: [PATCH] fix: incorrect tooltip docs for `tooltipVisible` attr (#3411) --- framework/core/js/src/common/components/Tooltip.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/core/js/src/common/components/Tooltip.tsx b/framework/core/js/src/common/components/Tooltip.tsx index a1a9970fe..7c0791a05 100644 --- a/framework/core/js/src/common/components/Tooltip.tsx +++ b/framework/core/js/src/common/components/Tooltip.tsx @@ -12,9 +12,9 @@ export interface TooltipAttrs extends Mithril.CommonAttributes