mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 19:54:10 -06:00
LogRows: add missing call to close the popover (#89370)
This commit is contained in:
parent
6597bed9f7
commit
966cee864a
@ -147,6 +147,7 @@ class UnThemedLogRows extends PureComponent<Props, State> {
|
||||
if (document.getSelection()?.toString()) {
|
||||
return;
|
||||
}
|
||||
this.closePopoverMenu();
|
||||
};
|
||||
|
||||
closePopoverMenu = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user