mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Fixed: Various UI fixes
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user