fixed: avoid toggle header in preview mode
This commit is contained in:
parent
3240854915
commit
2f0d18822f
3
main.js
3
main.js
|
@ -1934,6 +1934,8 @@ function restore()
|
||||||
}
|
}
|
||||||
|
|
||||||
function toggleheader()
|
function toggleheader()
|
||||||
|
{
|
||||||
|
if (preview.hidden)
|
||||||
{
|
{
|
||||||
if (md.value.startsWith("---"))
|
if (md.value.startsWith("---"))
|
||||||
{
|
{
|
||||||
|
@ -1956,6 +1958,7 @@ function toggleheader()
|
||||||
|
|
||||||
resize();
|
resize();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function splitshortcut(s)
|
function splitshortcut(s)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue