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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user