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
|
||||
})
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user