feature(edit) rm clearSelection

This commit is contained in:
coderaiser 2015-04-17 03:44:24 -04:00
parent 57dc28ed73
commit 61e84764a0

View file

@ -27,7 +27,6 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO, Format, edward;
},
afterShow: function() {
edward
.clearSelection()
.moveCursorTo(0, 0)
.focus();
}