1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 14:37:58 +01:00

Fix "Edit Element Style", "New Attribute", etc. in Firebug.

This commit is contained in:
Kris Maglione
2011-02-14 14:00:47 -05:00
parent 6392a8e9dd
commit 69c9a9e485
2 changed files with 2 additions and 2 deletions

View File

@@ -168,7 +168,7 @@ var Modes = Module("modes", {
prefs.set("accessibility.browsewithcaret", false);
statusline.updateUrl();
if (!stack.fromFocus && (prev.main.input || prev.main.ownsFocus))
if (!stack.fromFocus && prev.main.ownsFocus)
dactyl.focusContent(true);
if (prev.main == modes.NORMAL) {
dactyl.focusContent(true);