1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-12 07:35:46 +01:00

Closes issue #120.

This commit is contained in:
Kris Maglione
2010-10-28 06:38:44 -04:00
parent ca2ee77905
commit 62d4712212

View File

@@ -369,7 +369,7 @@ const Dactyl = Module("dactyl", {
if (clearFocusedElement)
if (dactyl.focus)
dactyl.focus.blur();
else if (win) {
else if (win && Editor.getEditor(win)) {
win.blur();
if (win.frameElement)
win.frameElement.blur();