From 43f02efe9c2e04210d5cb36e0116309bcc442d24 Mon Sep 17 00:00:00 2001 From: Vishnu Date: Wed, 21 May 2025 18:00:52 +0530 Subject: [PATCH] feat: update KeyPressListener to hide log list on module switch --- app/src/utils/shortcutkeys/handleShortcutKeys.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/utils/shortcutkeys/handleShortcutKeys.ts b/app/src/utils/shortcutkeys/handleShortcutKeys.ts index b52c223..eb0e3c3 100644 --- a/app/src/utils/shortcutkeys/handleShortcutKeys.ts +++ b/app/src/utils/shortcutkeys/handleShortcutKeys.ts @@ -194,6 +194,7 @@ const KeyPressListener: React.FC = () => { clearSelectedZone(); setShowShortcuts(false); setIsVersionSaved(false); + setIsLogListVisible(false); } if (keyCombination === "Ctrl+Shift+?") {