mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-07 01:54:27 -06:00
Undo + Redo buttons are no longer added by default
This commit is contained in:
parent
68be24121f
commit
2f24d571b0
@ -830,15 +830,13 @@ var toolbarBuiltInButtons = {
|
|||||||
name: "undo",
|
name: "undo",
|
||||||
action: undo,
|
action: undo,
|
||||||
className: "fa fa-undo no-disable",
|
className: "fa fa-undo no-disable",
|
||||||
title: "Undo",
|
title: "Undo"
|
||||||
default: true
|
|
||||||
},
|
},
|
||||||
"redo": {
|
"redo": {
|
||||||
name: "redo",
|
name: "redo",
|
||||||
action: redo,
|
action: redo,
|
||||||
className: "fa fa-repeat no-disable",
|
className: "fa fa-repeat no-disable",
|
||||||
title: "Redo",
|
title: "Redo"
|
||||||
default: true
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user