This commit is contained in:
Timothy Jaeryang Baek
2025-07-07 19:33:54 +04:00
parent a5367145bf
commit 67063e6400
2 changed files with 4 additions and 4 deletions
@@ -26,6 +26,8 @@
const i18n = getContext('i18n');
export let messages = [];
let loaded = false;
let loading = false;
@@ -35,9 +37,6 @@
let messagesContainerElement: HTMLDivElement;
let system = '';
let content = '';
let messages = [];
let chatInputElement = null;
const scrollToBottom = () => {