diff --git a/src/plugins/core.js b/src/plugins/core.js index 547b2f958..a5b8bb855 100644 --- a/src/plugins/core.js +++ b/src/plugins/core.js @@ -692,8 +692,8 @@ function Plugin(options = {}) { .transform() .moveTo(selection) // Since the document has not changed, We only normalize the selection - .normalizeSelection() - .apply({ normalize: false }) + // This is done in transform.apply + .apply() } /**