mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-08 05:51:47 -07:00
Fixed: Various UI fixes
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
2667d3ac21
commit
034ef2ad99
3 changed files with 26 additions and 18 deletions
|
@ -65,7 +65,9 @@ function keyboardShortcuts(WrappedComponent) {
|
|||
}
|
||||
|
||||
stopCallback = (event, element, combo) => {
|
||||
if (this._mousetrapBindings[combo].isGlobal) {
|
||||
const binding = this._mousetrapBindings[combo];
|
||||
|
||||
if (!binding || binding.isGlobal) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue