Fix codemirror rendering issue where the cursor appears below the last line

This commit is contained in:
Kevin MacMartin 2018-01-21 21:20:13 -05:00
parent 2ee195c079
commit bb3b6fcbe1

View file

@ -564,7 +564,8 @@ function editItemInit() {
setTimeout(function() {
simplemde[column].value($this.attr("value"));
}, 100);
simplemde[column].refresh();
}, 500);
});
// initialize change events for back button