|
@@ -146,10 +146,6 @@ function removePartialMentionPostFixer( writer, doc, schema ) {
|
|
|
|
|
|
|
|
let wasChanged = false;
|
|
let wasChanged = false;
|
|
|
|
|
|
|
|
- if ( !changes.length ) {
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
for ( const change of changes ) {
|
|
for ( const change of changes ) {
|
|
|
// Check text node on current position;
|
|
// Check text node on current position;
|
|
|
const position = change.position;
|
|
const position = change.position;
|