enable undo coalescence by default
This commit is contained in:
parent
db4953c976
commit
9197cc983c
1 changed files with 1 additions and 1 deletions
|
|
@ -2363,7 +2363,7 @@ config.defineOptions(Editor.prototype, "editor", {
|
|||
},
|
||||
mergeUndoDeltas: {
|
||||
values: [false, true, "always"],
|
||||
initialValue: false
|
||||
initialValue: true
|
||||
},
|
||||
behavioursEnabled: {initialValue: true},
|
||||
wrapBehavioursEnabled: {initialValue: true},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue