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
Current onMount works by getting editorId on the <Editor component - which is the div. There's also a textarea as the next element...HTML code switches to the textarea
That is done, but stopping that propogation means that the changes made aren't showing up in collections. Only in the textarea
Quill html code keydown not working
Moving to html code view it opens a textarea for which the stopPropogation is not turned on
Caused by sentry.io apparently capturing key events
And of course idiot, you're not using Quill - you're using cl-editor
Fixed
Using this mod to cl-editor
The text was updated successfully, but these errors were encountered: