Guide button should not be disabled when preview is active.

pull/6/head
Jeroen Akkerman 6 years ago
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
},

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…
Cancel
Save