fix: input method select all button not working

This commit is contained in:
hyb1996
2017-11-04 14:21:10 +08:00
parent 36c6b38b17
commit 72bb380776
4 changed files with 203 additions and 4 deletions

View File

@@ -78,4 +78,4 @@ editor.setCursor({line: 0, ch: 0});
window.onload = function(){
autojs(editor);
}
}