Undo + Redo buttons are no longer added by default

pull/218/head
Jamie Wohletz 8 years ago
parent 68be24121f
commit 2f24d571b0

@ -830,15 +830,13 @@ var toolbarBuiltInButtons = {
name: "undo",
action: undo,
className: "fa fa-undo no-disable",
title: "Undo",
default: true
title: "Undo"
},
"redo": {
name: "redo",
action: redo,
className: "fa fa-repeat no-disable",
title: "Redo",
default: true
title: "Redo"
}
};

Loading…
Cancel
Save