Skip to content

Commit 9c8f9d2

Browse files
committed
forgot to remove a setTimeout call
1 parent 5449c4a commit 9c8f9d2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/ScreenKeywords.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export default defineComponent({
6969
// await the DOM update that resulted from updating the keywords list
7070
await nextTick()
7171
scrollToBottom()
72-
setTimeout(scrollToBottom, 100)
7372
}
7473
const removeKeyword = (index: number) => {
7574
const newKeywords = [...keywords.value]

0 commit comments

Comments
 (0)