feat: remove scrolling to bottom upon embed load as it causes it to happen on loading older messages
This commit is contained in:
parent
d847942ee2
commit
a5c3a6ea31
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue