Merge remote-tracking branch 'origin/main' into irc-colours
This commit is contained in:
commit
68cb7438ce
15 changed files with 115 additions and 75 deletions
|
@ -252,6 +252,8 @@ onMounted(async () => {
|
|||
if (import.meta.server) return;
|
||||
console.log("[MSG] messages keys:", Object.values(messages.value));
|
||||
if (messagesElement.value) {
|
||||
await nextTick();
|
||||
await nextTick();
|
||||
scrollToBottom(messagesElement.value);
|
||||
let fetched = false;
|
||||
const amount = messages.value.length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue