We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent babfaa1 commit 6835dc8Copy full SHA for 6835dc8
src/Component.ts
@@ -63,7 +63,7 @@ export default defineComponent({
63
[boolAttr, conclude([props[boolAttr], globalProps[boolAttr]])])
64
.filter(([, v]) => v !== undefined))
65
const initialAttrs = conclude([attrs, globalAttrs, {
66
- // Both user input & set value programmatically will trigger onChange
+ // Both user input & setting value programmatically will trigger onChange
67
onChange: debounce((updatedContent: { text: string; json: any }) => {
68
if (preventOnChange.value) {
69
preventOnChange.value = false
0 commit comments