Browse Source

Merge pull request #92 from ckeditor/t/ckeditor5-engine/1547

Internal: Aligned to changes in ckeditor5-engine.
Piotr Jasiun 7 years ago
parent
commit
9303cc2c62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-undo/src/basecommand.js

+ 1 - 1
packages/ckeditor5-undo/src/basecommand.js

@@ -146,7 +146,7 @@ export default class BaseCommand extends Command {
 				[ operationToUndo.getReversed() ],
 				historyOperations,
 				{
-					useContext: true,
+					useRelations: true,
 					document: this.editor.model.document,
 					padWithNoOps: false
 				}