mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-02 23:54:28 -06:00
Fix eraser icon not working in FA5
This commit is contained in:
parent
7c9186d223
commit
75cfd34191
@ -288,7 +288,7 @@ code | toggleCodeBlock | Code<br>fa fa-code
|
|||||||
quote | toggleBlockquote | Quote<br>fa fa-quote-left
|
quote | toggleBlockquote | Quote<br>fa fa-quote-left
|
||||||
unordered-list | toggleUnorderedList | Generic List<br>fa fa-list-ul
|
unordered-list | toggleUnorderedList | Generic List<br>fa fa-list-ul
|
||||||
ordered-list | toggleOrderedList | Numbered List<br>fa fa-list-ol
|
ordered-list | toggleOrderedList | Numbered List<br>fa fa-list-ol
|
||||||
clean-block | cleanBlock | Clean block<br>fa fa-eraser fa-clean-block
|
clean-block | cleanBlock | Clean block<br>fa fa-eraser
|
||||||
link | drawLink | Create Link<br>fa fa-link
|
link | drawLink | Create Link<br>fa fa-link
|
||||||
image | drawImage | Insert Image<br>fa fa-picture-o
|
image | drawImage | Insert Image<br>fa fa-picture-o
|
||||||
table | drawTable | Insert Table<br>fa fa-table
|
table | drawTable | Insert Table<br>fa fa-table
|
||||||
|
@ -1231,7 +1231,7 @@ var toolbarBuiltInButtons = {
|
|||||||
'clean-block': {
|
'clean-block': {
|
||||||
name: 'clean-block',
|
name: 'clean-block',
|
||||||
action: cleanBlock,
|
action: cleanBlock,
|
||||||
className: 'fa fa-eraser fa-clean-block',
|
className: 'fa fa-eraser',
|
||||||
title: 'Clean block'
|
title: 'Clean block'
|
||||||
},
|
},
|
||||||
'separator-2': {
|
'separator-2': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user