Merge branch 'main' into highlight-reply
This commit is contained in:
commit
e111b79846
2 changed files with 6 additions and 20 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