Skip to content

Commit

Permalink
[7.x] [Logs UI] Toggle log entry context menu when user clicks the tr…
Browse files Browse the repository at this point in the history
…igger button (elastic#86307) (elastic#86645)

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
Alejandro Fernández Gómez and kibanamachine authored Dec 29, 2020
1 parent 232a5f2 commit 6db39e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const LogEntryContextMenu: React.FC<LogEntryContextMenuProps> = ({
size="s"
fill
aria-label={ariaLabel || DEFAULT_MENU_LABEL}
onClick={onOpen}
onClick={isOpen ? onClose : onOpen}
minWidth="auto"
>
<EuiIcon type="boxesHorizontal" />
Expand Down

0 comments on commit 6db39e0

Please sign in to comment.