Steve
Steve
EasyMDE employs sparksuite / codemirror-spell-checker. I've opened a PR to allow for specifying a custom spell checker (#333) which would theoretically allow you to create your own fork that points...
Does #333 (specifying a custom CodeMirrorSpellChecker instance cover this use case?
This appears related to my #286 PR, which stopped toggling side-by-side when toggling fullscreen when sideBySideFullscreen=false, which apparently leads to the side-by-side state getting out of sync.
This issue arose when I added `type: module` to our package.json in conjunction with an upgrade to node 18. The only resolution I could find was forking serverless-bundle to add...