|
|
@@ -316,6 +316,10 @@ export default class Document {
|
|
|
this.fire( 'change', writer.batch );
|
|
|
}
|
|
|
|
|
|
+ // Theoretically, it is not necessary to refresh selection after change event because
|
|
|
+ // post-fixers are the last who should change the model, but just in case...
|
|
|
+ this.selection.refresh();
|
|
|
+
|
|
|
this.differ.reset();
|
|
|
}
|
|
|
|