Răsfoiți Sursa

Update src/inlineautoformatediting.js

Co-Authored-By: Szymon Cofalik <s.cofalik@cksource.com>
Maciej 6 ani în urmă
părinte
comite
4f15076ff7

+ 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 ) {
 				return;
 			}
+
 			const model = editor.model;
 
 			const focus = selection.focus;