Преглед изворни кода

Update src/inlineautoformatediting.js

Co-Authored-By: Szymon Cofalik <s.cofalik@cksource.com>
Maciej пре 6 година
родитељ
комит
4f15076ff7
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      packages/ckeditor5-autoformat/src/inlineautoformatediting.js

+ 1 - 0
packages/ckeditor5-autoformat/src/inlineautoformatediting.js

@@ -169,6 +169,7 @@ export default class InlineAutoformatEditing {
 			if ( changes.length != 1 || entry.type !== 'insert' || entry.name != '$text' || entry.length != 1 ) {
 			if ( changes.length != 1 || entry.type !== 'insert' || entry.name != '$text' || entry.length != 1 ) {
 				return;
 				return;
 			}
 			}
+
 			const model = editor.model;
 			const model = editor.model;
 
 
 			const focus = selection.focus;
 			const focus = selection.focus;