diff options
author | Kris Maglione <maglione.k@gmail.com> | 2008-12-21 17:36:55 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2008-12-21 17:36:55 -0500 |
commit | d7b20e26f5a6be769add6472ceee3e8314b5094c (patch) | |
tree | ad228c44bc2212f7afae7eeed9cd1ce0d8ea7168 /common/content/modes.js | |
parent | 1a78e1c0a92080e9bc728862ef1401706c1a845b (diff) | |
download | pentadactyl-d7b20e26f5a6be769add6472ceee3e8314b5094c.tar.gz |
Blur focused element on return to NORMAL mode.
Diffstat (limited to 'common/content/modes.js')
-rw-r--r-- | common/content/modes.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |