Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#53250] Assert collaboration is ready before mounting CodeMirror
If collaboration is enabled we need to wait until WebSocket connection is made. Only then we can initialize the CodeMirror with the collaborative state. Mounting CodeMirror earlier results in an invalid state (empty editor and rendered document)
- Loading branch information