In CKEditor 4, the save plugin is designed to be canceled. If you are not sure, you can always look at source . You can cancel the event and apply your own logic in the handler, as in this example:
editor.on('save', function (event) {
event.cancel();
});
I would suggest creating a new team and replacing it with the default, as this is an unnecessary workaround.
source
share