Roberto Kok
Roberto Kok
**Describe the bug** When using the side-by-side editor mode and adding a long and wide block of text, horizontally scrolling the preview makes the text go blank in the editor....
Should fix #129, but requires a bit more testing, and documentation. I didn't finish this because [my problem lay elsewhere](https://github.com/vitejs/vite/issues/2245), but am sharing it anyway for whoever needs it.
Fixed by PR: https://github.com/mdx-editor/editor/pull/597 ---- - [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [X] I have read the...
When using diffSourcePlugin with viewmode=source, this trim() would cause MDXEditor's onChange to fire immediately. This in turn would dirty the field when used in combination with a form wrapper like...
This makes it so that we get: ``` Error: (, 'Failed to execute query: (1146, "Table \'mywordpressdb.wp_options\' doesn\'t exist")') ``` instead of: ``` Error: (, 'Failed to execute query') ```