mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix ignoreTyping config (fix #5174)
This commit is contained in:
parent
19e899dcef
commit
a4a4c066c2
@ -57,7 +57,8 @@ export const loadKeyBindings = lodash.once((bindings: KeyBinding[]) => {
|
|||||||
return true
|
return true
|
||||||
})()
|
})()
|
||||||
if (
|
if (
|
||||||
(binding.action.ignoreFocus !== false || binding.action.ignoreTyping !== false) &&
|
binding.action.ignoreFocus !== false &&
|
||||||
|
binding.action.ignoreTyping !== false &&
|
||||||
hasElementFocus
|
hasElementFocus
|
||||||
) {
|
) {
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user