Skip to content

Commit

Permalink
[Logs UI] Toggle log entry context menu when user clicks the trigger …
Browse files Browse the repository at this point in the history
…button (#86307)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
Alejandro Fernández Gómez and kibanamachine committed Dec 21, 2020
1 parent 36a8343 commit 34803ed
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 34803ed

Please sign in to comment.