We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8347ab commit 1feebd3Copy full SHA for 1feebd3
src/Shared/Components/FloatingVariablesSuggestions/SuggestionItem.tsx
@@ -103,6 +103,7 @@ const SuggestionItem = ({
103
}
104
placement="left"
105
interactive
106
+ alwaysShowTippyOnHover
107
// Have to append to body because the parent is draggable
108
appendTo={document.body}
109
>
@@ -111,6 +112,7 @@ const SuggestionItem = ({
111
112
)
113
114
return (
115
+ // TODO: conditional wrap is not required since handled through alwaysShowTippyOnHover in tooltip
116
<ConditionalWrap condition={showValueOnHover} wrap={renderTooltip}>
117
<div
118
className="flexbox-col pt-8 pb-8 pl-12 pr-12 dc__align-self-stretch bg__primary dc__border-bottom-n1 dc__hover-n50"
0 commit comments