From d7b20e26f5a6be769add6472ceee3e8314b5094c Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sun, 21 Dec 2008 17:36:55 -0500 Subject: Blur focused element on return to NORMAL mode. --- common/content/modes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/content/modes.js') diff --git a/common/content/modes.js b/common/content/modes.js index fc4195c5..4f5d3de9 100644 --- a/common/content/modes.js +++ b/common/content/modes.js @@ -118,7 +118,7 @@ const modes = (function () //{{{ options.setPref("accessibility.browsewithcaret", false); statusline.updateUrl(); - liberator.focusContent(false); + liberator.focusContent(true); } } -- cgit v1.2.3