mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-18 23:44:29 -06:00
Fix issue #381
This commit is contained in:
parent
598821b6bb
commit
a7170b9392
@ -2672,7 +2672,7 @@ EasyMDE.prototype.createStatusbar = function (status) {
|
||||
};
|
||||
onActivity = function (el) {
|
||||
var pos = cm.getCursor();
|
||||
el.innerHTML = pos.line + ':' + pos.ch;
|
||||
el.innerHTML = pos.line + 1 + ':' + pos.ch;
|
||||
};
|
||||
} else if (name === 'autosave') {
|
||||
defaultValue = function (el) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user