1
0
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:
Kris Maglione
2010-12-19 09:45:59 -05:00
parent 5431819524
commit d9b7d909bc
4 changed files with 19 additions and 21 deletions

View File

@@ -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();
}