Merge remote-tracking branch 'origin/main' into irc-colours
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful

This commit is contained in:
Twig 2025-07-16 04:41:52 +02:00
commit 68cb7438ce
No known key found for this signature in database
15 changed files with 115 additions and 75 deletions

View file

@ -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;