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

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