We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5449c4a commit 9c8f9d2Copy full SHA for 9c8f9d2
1 file changed
src/components/ScreenKeywords.vue
@@ -69,7 +69,6 @@ export default defineComponent({
69
// await the DOM update that resulted from updating the keywords list
70
await nextTick()
71
scrollToBottom()
72
- setTimeout(scrollToBottom, 100)
73
}
74
const removeKeyword = (index: number) => {
75
const newKeywords = [...keywords.value]
0 commit comments