mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-06 01:24:28 -06:00
Guide button should not be disabled when preview is active.
This commit is contained in:
parent
6c78e22af9
commit
745f38ceda
File diff suppressed because one or more lines are too long
@ -17278,6 +17278,7 @@ var toolbarBuiltInButtons = {
|
||||
name: "guide",
|
||||
action: "https://simplemde.com/markdown-guide",
|
||||
className: "fa fa-question-circle",
|
||||
noDisable: true,
|
||||
title: "Markdown Guide",
|
||||
default: true
|
||||
},
|
||||
|
2
dist/simplemde.min.js
vendored
2
dist/simplemde.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1273,6 +1273,7 @@ var toolbarBuiltInButtons = {
|
||||
name: "guide",
|
||||
action: "https://simplemde.com/markdown-guide",
|
||||
className: "fa fa-question-circle",
|
||||
noDisable: true,
|
||||
title: "Markdown Guide",
|
||||
default: true
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user