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

This commit is contained in:
Matias Chomicki 2024-06-18 18:34:39 +02:00 committed by GitHub
parent 6597bed9f7
commit 966cee864a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,6 +147,7 @@ class UnThemedLogRows extends PureComponent<Props, State> {
if (document.getSelection()?.toString()) {
return;
}
this.closePopoverMenu();
};
closePopoverMenu = () => {