summaryrefslogtreecommitdiff
path: root/common/content/modes.js
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2008-12-21 17:36:55 -0500
committerKris Maglione <maglione.k@gmail.com>2008-12-21 17:36:55 -0500
commitd7b20e26f5a6be769add6472ceee3e8314b5094c (patch)
treead228c44bc2212f7afae7eeed9cd1ce0d8ea7168 /common/content/modes.js
parent1a78e1c0a92080e9bc728862ef1401706c1a845b (diff)
downloadpentadactyl-d7b20e26f5a6be769add6472ceee3e8314b5094c.tar.gz
Blur focused element on return to NORMAL mode.
Diffstat (limited to 'common/content/modes.js')
-rw-r--r--common/content/modes.js2
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);
}
}