editor.on('init') not firing #774
Unanswered
connorhvnsen
asked this question in
Questions & Help
Replies: 1 comment
-
You can also use the new Editor({
onInit: () => {
console.log('init')
}
}) Hope that helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my component, the event listener for the editor initialization is never fired when called inside of
mounted
orcreated
. I haven't opened this as a bug yet as I'm not sure this is the proper way to register this listener. Any ideas? Thanks!Beta Was this translation helpful? Give feedback.
All reactions