mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[ML] Fixing change point menu which can get stuck open (#186063)
The popover menu can sometimes get stuck open. This is possibly an issue
with the `EuiPopover` component.
To reproduce, double click the menu button.
92601fc2
-5aa1-4b5c-a831-6ccb3bef69b9
This commit is contained in:
parent
3ae7ba5ad9
commit
447e6ec043
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ const FieldPanel: FC<FieldPanelProps> = ({
|
|||
)}
|
||||
iconType="boxesHorizontal"
|
||||
color="text"
|
||||
onClick={setIsActionMenuOpen.bind(null, true)}
|
||||
onClick={setIsActionMenuOpen.bind(null, !isActionMenuOpen)}
|
||||
/>
|
||||
}
|
||||
isOpen={isActionMenuOpen}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue