Co-Authored-By: Shirasawa <kaguyashirasawa@gmail.com>
This commit is contained in:
Timothy Jaeryang Baek
2026-03-01 12:38:59 -06:00
co-authored by Shirasawa
parent 3569280c0b
commit 1db36b5eda
@@ -79,9 +79,6 @@
let mouseOver = false;
let draggable = false;
$: if (mouseOver) {
loadChat();
}
const loadChat = async () => {
if (!chat) {
@@ -209,8 +206,7 @@
'text/plain',
JSON.stringify({
type: 'chat',
id: id,
item: chat
id: id
})
);