Skip to content

Commit 6835dc8

Browse files
committed
chore: annotations
1 parent babfaa1 commit 6835dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default defineComponent({
6363
[boolAttr, conclude([props[boolAttr], globalProps[boolAttr]])])
6464
.filter(([, v]) => v !== undefined))
6565
const initialAttrs = conclude([attrs, globalAttrs, {
66-
// Both user input & set value programmatically will trigger onChange
66+
// Both user input & setting value programmatically will trigger onChange
6767
onChange: debounce((updatedContent: { text: string; json: any }) => {
6868
if (preventOnChange.value) {
6969
preventOnChange.value = false

0 commit comments

Comments
 (0)