This commit is contained in:
Timothy Jaeryang Baek
2026-03-07 18:51:20 -06:00
parent 2e1ef805ff
commit 885c94bda8

View File

@@ -79,6 +79,9 @@
let mouseOver = false;
let draggable = false;
$: if (mouseOver) {
loadChat();
}
const loadChat = async () => {
if (!chat) {