2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-03 08:04:29 -06:00

Update easymde.js

This commit is contained in:
Jonathan 2022-05-18 19:45:35 +02:00 committed by GitHub
parent 9d74ea296c
commit 21fda66d3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1464,7 +1464,7 @@ var iconClassMap = {
toggleFullScreen: 'fa fa-arrows-alt', toggleFullScreen: 'fa fa-arrows-alt',
guide: 'fa fa-question-circle', guide: 'fa fa-question-circle',
undo: 'fa fa-undo', undo: 'fa fa-undo',
redo: 'fa fa-repeat fa-redo' redo: 'fa fa-repeat fa-redo',
}; };
var toolbarBuiltInButtons = { var toolbarBuiltInButtons = {