mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-09-24 16:40:55 -06:00
Variable name fix
This commit is contained in:
parent
f8fc4d2b12
commit
b9d43cec8f
@ -287,7 +287,7 @@ function drawHorizontalRule(editor) {
|
||||
var cm = editor.codemirror;
|
||||
var stat = getState(cm);
|
||||
var options = editor.options;
|
||||
_replaceSelection(cm, stat.image, options.replaceTexts.HorizontalRule);}
|
||||
_replaceSelection(cm, stat.image, options.replaceTexts.horizontalRule);}
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user