Allow tab to work normally (#12)

This commit is contained in:
Erayd
2018-04-22 01:58:13 +12:00
committed by GitHub
parent 9727bea183
commit aab9dc3f5b

View File

@@ -70,7 +70,9 @@ function view(ctl, params) {
result.doAction("fill");
},
onkeydown: function(e) {
if (e.code != "Tab") {
e.preventDefault();
}
switch (e.code) {
case "ArrowDown":
if (e.target.nextSibling) {