8
0
Просмотр исходного кода

Update src/mentionediting.js

Co-Authored-By: jodator <jodator@gmail.com>
Szymon Cofalik 6 лет назад
Родитель
Сommit
e5ae921a70
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-mention/src/mentionediting.js

+ 1 - 1
packages/ckeditor5-mention/src/mentionediting.js

@@ -158,7 +158,7 @@ function removePartialMentionPostFixer( writer, doc, schema ) {
 			// Check textNode where the change occurred.
 			checkAndFix( position.textNode );
 
-			// Occurs on pasting inside text node with mention;
+			// Occurs on pasting inside text node with mention.
 			const nodeAfterInsertedTextNode = position.textNode && position.textNode.nextSibling;
 			checkAndFix( nodeAfterInsertedTextNode );
 			checkAndFix( position.nodeBefore );