enable undo coalescence by default

This commit is contained in:
nightwing 2013-06-17 16:38:27 +04:00
commit 9197cc983c

View file

@ -2363,7 +2363,7 @@ config.defineOptions(Editor.prototype, "editor", {
},
mergeUndoDeltas: {
values: [false, true, "always"],
initialValue: false
initialValue: true
},
behavioursEnabled: {initialValue: true},
wrapBehavioursEnabled: {initialValue: true},