Исправлена отчистка сообщений после нажатия ESC

This commit is contained in:
RoyceDa
2026-02-21 20:49:55 +02:00
parent 6054be7f5c
commit 1572f06ef4
4 changed files with 4 additions and 6 deletions

View File

@@ -60,6 +60,7 @@ export function DialogInput() {
useHotkeys([
['Esc', () => {
setAttachments([]);
deselectAllMessages();
}]
], [], true);