Skip to content

Commit babfaa1

Browse files
committed
chore: annotations
1 parent ec0bfcb commit babfaa1

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-
// 用户输入 & 编程式设值 会触发 onChange
66+
// Both user input & set 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)