更新 'WebIDE/enhance.user.js'
This commit is contained in:
parent
0e49b26996
commit
b46bd76fa2
@ -18,7 +18,7 @@
|
||||
clearInterval(id);
|
||||
}
|
||||
}, 300)
|
||||
document.onkeydown = function() {
|
||||
document.onkeydown = function() {
|
||||
var e = window.event;
|
||||
if (e.keyCode == 87 && e.altKey) {
|
||||
var activeTab = document.getElementsByClassName('tab-label active')[0];
|
||||
|
Loading…
Reference in New Issue
Block a user