Skip to content

Commit 1feebd3

Browse files
committed
fix: add alwaysShowTippyOnHover in SuggestionItem
1 parent e8347ab commit 1feebd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Shared/Components/FloatingVariablesSuggestions/SuggestionItem.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ const SuggestionItem = ({
103103
}
104104
placement="left"
105105
interactive
106+
alwaysShowTippyOnHover
106107
// Have to append to body because the parent is draggable
107108
appendTo={document.body}
108109
>
@@ -111,6 +112,7 @@ const SuggestionItem = ({
111112
)
112113

113114
return (
115+
// TODO: conditional wrap is not required since handled through alwaysShowTippyOnHover in tooltip
114116
<ConditionalWrap condition={showValueOnHover} wrap={renderTooltip}>
115117
<div
116118
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

Comments
 (0)