mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-02 23:54:28 -06:00
Remove "Short description of image"
It's easier if users don't even know that's a possibility, honestly.
This commit is contained in:
parent
d3f528accb
commit
d1da791320
@ -189,7 +189,7 @@ function drawLink(editor) {
|
||||
function drawImage(editor) {
|
||||
var cm = editor.codemirror;
|
||||
var stat = getState(cm);
|
||||
_replaceSelection(cm, stat.image, '');
|
||||
_replaceSelection(cm, stat.image, '');
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user