Skip to content

Commit

Permalink
chore: replace $set with updateProps
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Oct 24, 2024
1 parent 8fded08 commit 1e648a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/develop-vanilla.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
}

document.getElementById('customClassNames').onclick = function (event) {
testEditor.$set({
testEditor.updateProps({
onClassName: event.target.checked ? onClassName : undefined
})
}
Expand Down

0 comments on commit 1e648a8

Please sign in to comment.