Currently when I insert spaces in draftjs editor, draftToHtml (convertToRaw (editorState.getCurrentContent ())) does not convert whitespaces to nbsp when not at the end/start of a block. How do I put ...
Fixed a major problem when toggling, interacting, and pasting HTML code in WYSIWYG/HTML mode, the editor remove the   without other text and replace it with " "string.