-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual editor wrongly installed #1
Comments
Hint 1: handleSwitchEditorResponse fails because window.Prosemirror is undefined. This keeps us from switching back to the text editor (also called after 5 seconds).
Hint 2: showProsemirror fails because ... window.Prosemirror is undefined.
Hint 3: Disabling and enabling the plugin makes no difference, same thing with restarting the container. What does make a difference is installing the original version and manually putting the custom one back over it. |
lib/bundle.js is missing, which is created using Babel in the release version. So that's a problem with how I ship the visual editor. |
Screen.Recording.2021-08-23.at.18.40.15-2.mov
Switching back to the text editor sometimes works by reloading - usually not. Manually installing the VE via the extension menu seems to work just fine.
The text was updated successfully, but these errors were encountered: