feat: update KeyPressListener to hide log list on module switch

This commit is contained in:
Vishnu 2025-05-21 18:00:52 +05:30
parent 369fad07e2
commit 43f02efe9c
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ const KeyPressListener: React.FC = () => {
clearSelectedZone();
setShowShortcuts(false);
setIsVersionSaved(false);
setIsLogListVisible(false);
}
if (keyCombination === "Ctrl+Shift+?") {