Исправлена отчистка сообщений после нажатия 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

@@ -42,7 +42,6 @@ export function MessageAttachments(props: MessageAttachmentsProps) {
text: props.text,
parent: props.parent,
}
console.info("Rendering attachment", attachProps);
switch (att.type) {
case AttachmentType.MESSAGES:
return <MessageReplyMessages {...attachProps} key={index}></MessageReplyMessages>