diff --git a/src/components/ChatWindow/ChatWindow.ts b/src/components/ChatWindow/ChatWindow.ts index 7da84018..b2c9716b 100644 --- a/src/components/ChatWindow/ChatWindow.ts +++ b/src/components/ChatWindow/ChatWindow.ts @@ -64,7 +64,6 @@ export default class ChatWindow extends BaseComponent { socket.onopen = (e) => { console.log('[open] Соединение установлено'); - console.log('Отправляем данные на сервер'); }; socket.onmessage = (e) => this.handleMessageReceive(e); @@ -99,6 +98,7 @@ export default class ChatWindow extends BaseComponent { '.js-message-input' ) as HTMLInputElement; + /** Resizes