Merge branch 'main' into improved-context-menu
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:
SauceyRed 2025-08-04 03:55:16 +02:00
commit 4bbce93729
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7
3 changed files with 16 additions and 24 deletions

View file

@ -129,9 +129,6 @@ onMounted(async () => {
}
if (mediaLinks.length) {
hasEmbed.value = true
setTimeout(() => {
scrollToBottom(document.getElementById("messages") as HTMLDivElement);
}, 500);
};
} catch (error) {
console.error(error);