Merge branch 'main' into improved-context-menu
This commit is contained in:
commit
4bbce93729
3 changed files with 16 additions and 24 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue