Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Internal: DataController#deleteContent node merging is now a default …
Browse files Browse the repository at this point in the history
…behaviour.
  • Loading branch information
szymonkups committed Jun 28, 2017
2 parents 39a6db7 + 0a792f6 commit 14b52d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default class Clipboard extends Plugin {

if ( data.method == 'cut' ) {
doc.enqueueChanges( () => {
editor.data.deleteContent( doc.selection, doc.batch(), { merge: true } );
editor.data.deleteContent( doc.selection, doc.batch() );
} );
}
}, { priority: 'low' } );
Expand Down

0 comments on commit 14b52d2

Please sign in to comment.