1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 03:22:27 +01:00

Fix error in last commit.

--HG--
branch : key-processing
This commit is contained in:
Kris Maglione
2011-01-26 07:22:23 -05:00
parent 719c7a2085
commit be68024fe1

View File

@@ -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))