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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user