Skip to content

Commit

Permalink
Revert "Close QueryValidation popover on outside click (#21347)" (#21434
Browse files Browse the repository at this point in the history
)

This reverts commit 80cdf4d. The PR is breaking parameter support, because declaring a parameter from the popover will break on the first click in the parameter declaration modal.
  • Loading branch information
dennisoelkers authored Jan 24, 2025
1 parent 222a7af commit 8e6b5a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const QueryValidation = () => {
};

return (
<Popover onChange={toggleShow} opened={hasExplanations && showExplanation} position="bottom" width={500} withArrow>
<Popover opened={hasExplanations && showExplanation} position="bottom" width={500} withArrow>
<Popover.Target>
<Container ref={explanationTriggerRef}>
{hasExplanations ? (
Expand Down

0 comments on commit 8e6b5a8

Please sign in to comment.