2
0
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:
Jeroen Akkerman 2017-12-04 12:14:28 +01:00
parent 6c78e22af9
commit 745f38ceda
4 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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

View File

@ -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
},