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

Merge branch 'master' into development

This commit is contained in:
Jeroen Akkerman 2018-10-15 13:38:28 +02:00
commit 8d5dd2517d

View File

@ -1315,7 +1315,7 @@ var toolbarBuiltInButtons = {
'redo': { 'redo': {
name: 'redo', name: 'redo',
action: redo, action: redo,
className: 'fa fa-repeat', className: 'fa fa-repeat fa-redo',
noDisable: true, noDisable: true,
title: 'Redo' title: 'Redo'
} }