Skip to content

Commit 0e72963

Browse files
committed
updated comment
1 parent ad47593 commit 0e72963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ScreenAuthors.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default defineComponent({
7676
const newAuthors = [...authors.value, newAuthor]
7777
setAuthors(newAuthors)
7878
editingId.value = newAuthors.length - 1
79-
// await the DOM update that resulted from updating the keywords list
79+
// await the DOM update that resulted from updating the authors list
8080
await nextTick()
8181
scrollToBottom()
8282
}

0 commit comments

Comments
 (0)