fix cursor miss

This commit is contained in:
Liang Ding 2014-11-13 17:47:51 +08:00
parent bcdca8950f
commit a412fda809
1 changed files with 2 additions and 1 deletions

View File

@ -125,6 +125,7 @@ var editors = {
} }
} }
wide.curEditor.setCursor(wide.curEditor.getCursor());
wide.curEditor.focus(); wide.curEditor.focus();
}, },
removeBefore: function (id) { removeBefore: function (id) {