1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-04-12 08:41:33 -04:00

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