You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add editorWillMount event (#49)
* Update MonacoEditor.js
An event named "beforeCreateEditor" has been added to allow developers to process the Monaco object before creating the editor,Some plug-ins need to use the Monaco object, such as "emmet-monaco-es"
* Update README.md
add new event beforeCreateEditor
* Rename the event
* oops
* Update README.md