mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
LogRows: add missing call to close the popover (#89370)
This commit is contained in:
@@ -147,6 +147,7 @@ class UnThemedLogRows extends PureComponent<Props, State> {
|
|||||||
if (document.getSelection()?.toString()) {
|
if (document.getSelection()?.toString()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
this.closePopoverMenu();
|
||||||
};
|
};
|
||||||
|
|
||||||
closePopoverMenu = () => {
|
closePopoverMenu = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user