version switch: fix keyboard nav 2 #104747
@ -83,7 +83,7 @@ init() {
|
||||
this.btn.classList.remove("wait");
|
||||
this.btnOpenHandler();
|
||||
this.btn.addEventListener("mousedown", function(e){that.btnOpenHandler(); e.preventDefault()});
|
||||
this.btn.addEventListener("keydown", function(e){ if(that.btnKeyFilter(e)){that.btnOpenHandler();} e.preventDefault();});
|
||||
this.btn.addEventListener("keydown", function(e){ if(that.btnKeyFilter(e)){that.btnOpenHandler();e.preventDefault()}});
|
||||
});
|
||||
}
|
||||
warnOld(release, all_versions) {
|
||||
|
Loading…
Reference in New Issue
Block a user