mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 00:05:47 +01:00
Fix a typo in revision ae79abb4ff88.
This commit is contained in:
@@ -678,7 +678,7 @@ const Events = Module("events", {
|
||||
if (dactyl.focusedElement) {
|
||||
let rect = dactyl.focusedElement.getBoundingClientRect();
|
||||
if (!rect.width || !rect.height) {
|
||||
services.focusManager.clearFocus(window);
|
||||
services.focus.clearFocus(window);
|
||||
// onFocusChange needs to die.
|
||||
this.onFocusChange();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user