From be68024fe1cef8ccc9970268490c4839203eeb05 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 26 Jan 2011 07:22:23 -0500 Subject: [PATCH] Fix error in last commit. --HG-- branch : key-processing --- common/content/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/events.js b/common/content/events.js index 767eaeb2..bd9f6802 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -1204,7 +1204,7 @@ var Events = Module("events", { } if (Events.isInputElement(elem)) { - if (!(modes.main & (modes.INSERT | modes.TEXT_EDIT | modes.VISUAL))) + if (!modes.main.input) modes.push(modes.INSERT); if (hasHTMLDocument(win))