2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-30 13:24:28 -06:00

Merge pull request #27 from Summon528/master

Add fa-redo class for FA5
This commit is contained in:
Jeroen Akkerman 2018-10-15 11:04:08 +02:00 committed by GitHub
commit 886f465335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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