2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-09-24 16:40:55 -06:00

Add fa-redo class for FA5

This commit is contained in:
Summon528 2018-10-06 12:09:16 +08:00 committed by GitHub
parent fed3e9f7a1
commit 91d024b5e7

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'
} }