We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5345d6 + 40a2192 commit 32ecf5aCopy full SHA for 32ecf5a
src/editor.js
@@ -537,7 +537,7 @@ function createHTML(options = {}) {
537
content.oninput = function (_ref) {
538
// var firstChild = _ref.target.firstChild;
539
if ((anchorNode === void 0 || anchorNode === content) && queryCommandValue(formatBlock) === ''){
540
- if ( !compositionStatus ){
+ if ( !compositionStatus || anchorNode === content){
541
formatParagraph(true);
542
paragraphStatus = 0;
543
} else {
0 commit comments