diff --git a/jsapp/js/components/support/helpBubble.tsx b/jsapp/js/components/support/helpBubble.tsx index 295c7437aa..87372726b3 100644 --- a/jsapp/js/components/support/helpBubble.tsx +++ b/jsapp/js/components/support/helpBubble.tsx @@ -74,7 +74,8 @@ class HelpBubble extends React.Component<{}, HelpBubbleState> { $targetEl.parents('.help-bubble__popup').length === 0 && $targetEl.parents('.help-bubble__popup-content').length === 0 && $targetEl.parents('.help-bubble__row').length === 0 && - $targetEl.parents('.help-bubble__row-wrapper').length === 0 + $targetEl.parents('.help-bubble__row-wrapper').length === 0 && + $targetEl.parents('.help-bubble').length === 0 ) { this.close(); }