mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
Fixed: Trailing space in keyboardShortcuts killing build
This commit is contained in:
parent
034ef2ad99
commit
d5b60957d9
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ function keyboardShortcuts(WrappedComponent) {
|
||||||
stopCallback = (event, element, combo) => {
|
stopCallback = (event, element, combo) => {
|
||||||
const binding = this._mousetrapBindings[combo];
|
const binding = this._mousetrapBindings[combo];
|
||||||
|
|
||||||
if (!binding || binding.isGlobal) {
|
if (!binding || binding.isGlobal) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue