mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 15:42:32 -06:00
Add Web UI support for escape key
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
var searchKeyboardEvents = new Keyboard({
|
||||
new Keyboard({
|
||||
defaultEventType: 'keydown',
|
||||
events: {
|
||||
'enter': function(e) {
|
||||
@@ -228,8 +228,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
searchKeyboardEvents.activate();
|
||||
}).activate();
|
||||
};
|
||||
|
||||
var startSearch = function(pattern, category, plugins) {
|
||||
|
||||
Reference in New Issue
Block a user