chore: removed unnecessary code

This commit is contained in:
Jannat Patel
2024-05-24 15:08:18 +05:30
parent 850069d380
commit cef638e37a
4 changed files with 2 additions and 26 deletions

View File

@@ -119,7 +119,7 @@ onMounted(() => {
if (props.scrollToBottom) {
setTimeout(() => {
scrollToEnd()
}, 0)
}, 100)
}
})