fix(desktop): restore Cmd/Ctrl+T new chat shortcut (#9614)

Signed-off-by: Douwe M Osinga <douwe@sidewalklabs.com>
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
This commit is contained in:
Sanidhya Singh
2026-06-17 00:30:51 +05:30
committed by GitHub
parent 764a33fb0b
commit 0b67498ba5
-1
View File
@@ -11,7 +11,6 @@ export enum AppEvents {
SESSION_STATUS_UPDATE = 'session-status-update',
ADD_ACTIVE_SESSION = 'add-active-session',
CLEAR_INITIAL_MESSAGE = 'clear-initial-message',
TRIGGER_NEW_CHAT = 'trigger-new-chat',
MESSAGE_STREAM_FINISHED = 'message-stream-finished',
SCROLL_CHAT_TO_BOTTOM = 'scroll-chat-to-bottom',
HIDE_ALERT_POPOVER = 'hide-alert-popover',