mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-19 03:03:33 +02:00
Closes issue #120.
This commit is contained in:
@@ -369,7 +369,7 @@ const Dactyl = Module("dactyl", {
|
|||||||
if (clearFocusedElement)
|
if (clearFocusedElement)
|
||||||
if (dactyl.focus)
|
if (dactyl.focus)
|
||||||
dactyl.focus.blur();
|
dactyl.focus.blur();
|
||||||
else if (win) {
|
else if (win && Editor.getEditor(win)) {
|
||||||
win.blur();
|
win.blur();
|
||||||
if (win.frameElement)
|
if (win.frameElement)
|
||||||
win.frameElement.blur();
|
win.frameElement.blur();
|
||||||
|
|||||||
Reference in New Issue
Block a user