2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-18 23:44:29 -06:00
This commit is contained in:
Zignature 2022-01-08 16:01:19 +01:00
parent 598821b6bb
commit a7170b9392

View File

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