Activity
Any reason why you're passing the initial value to set for the editor with Stimulus values instead of something like...
new EditorView({
doc: this.inputTarget.value
...
})
Any reason why you're passing the initial value to set for the editor with Stimulus values instead of something like...
new EditorView({
doc: this.inputTarget.value
...
})