LogRows: add missing call to close the popover (#89370)

This commit is contained in:
Matias Chomicki
2024-06-18 19:34:39 +03:00
committed by GitHub
parent 6597bed9f7
commit 966cee864a
@@ -147,6 +147,7 @@ class UnThemedLogRows extends PureComponent<Props, State> {
if (document.getSelection()?.toString()) { if (document.getSelection()?.toString()) {
return; return;
} }
this.closePopoverMenu();
}; };
closePopoverMenu = () => { closePopoverMenu = () => {