From 62d47122125c81af1d0157b4529833407557824d Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 28 Oct 2010 06:38:44 -0400 Subject: [PATCH] Closes issue #120. --- common/content/dactyl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 3b04aeb0..ce55fa14 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -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();