From b9ef9ad9c998d52a9e1e44c2129ef962a6d6803a Mon Sep 17 00:00:00 2001 From: Marco Ciampini Date: Wed, 10 Jan 2024 15:31:26 +0100 Subject: [PATCH] Complete comment --- packages/components/src/tooltip/stories/index.story.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/components/src/tooltip/stories/index.story.tsx b/packages/components/src/tooltip/stories/index.story.tsx index fdd70e0bad2148..b006bc03aced96 100644 --- a/packages/components/src/tooltip/stories/index.story.tsx +++ b/packages/components/src/tooltip/stories/index.story.tsx @@ -59,7 +59,11 @@ KeyboardShortcut.args = { }; /** - * Nested `Tooltip` components simply ignore the tooltip part, and only + * In case one or more `Tooltip` components are rendered inside another + * `Tooltip` component, only the tooltip associated to the outermost `Tooltip` + * component will be rendered in the browser and shown to the user + * appropriately. The rest of the nested `Tooltip` components will simply no-op + * and pass-through their anchor. */ export const Nested: StoryFn< typeof Tooltip > = Template.bind( {} ); Nested.args = {