From 966cee864a227cc5d2a060e1d2797b317328165a Mon Sep 17 00:00:00 2001 From: Matias Chomicki Date: Tue, 18 Jun 2024 18:34:39 +0200 Subject: [PATCH] LogRows: add missing call to close the popover (#89370) --- public/app/features/logs/components/LogRows.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/logs/components/LogRows.tsx b/public/app/features/logs/components/LogRows.tsx index 87306b91e2a..20556b9f232 100644 --- a/public/app/features/logs/components/LogRows.tsx +++ b/public/app/features/logs/components/LogRows.tsx @@ -147,6 +147,7 @@ class UnThemedLogRows extends PureComponent { if (document.getSelection()?.toString()) { return; } + this.closePopoverMenu(); }; closePopoverMenu = () => {