We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad47593 commit 0e72963Copy full SHA for 0e72963
1 file changed
src/components/ScreenAuthors.vue
@@ -76,7 +76,7 @@ export default defineComponent({
76
const newAuthors = [...authors.value, newAuthor]
77
setAuthors(newAuthors)
78
editingId.value = newAuthors.length - 1
79
- // await the DOM update that resulted from updating the keywords list
+ // await the DOM update that resulted from updating the authors list
80
await nextTick()
81
scrollToBottom()
82
}
0 commit comments