diff --git a/components/Message.vue b/components/Message.vue index ed32c50..2db7bfd 100644 --- a/components/Message.vue +++ b/components/Message.vue @@ -126,9 +126,6 @@ onMounted(async () => { } if (mediaLinks.length) { hasEmbed.value = true - setTimeout(() => { - scrollToBottom(document.getElementById("messages") as HTMLDivElement); - }, 500); }; } catch (error) { console.error(error);