mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 21:15:46 +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 (Events.isInputElement(elem)) {
|
||||||
if (!(modes.main & (modes.INSERT | modes.TEXT_EDIT | modes.VISUAL)))
|
if (!modes.main.input)
|
||||||
modes.push(modes.INSERT);
|
modes.push(modes.INSERT);
|
||||||
|
|
||||||
if (hasHTMLDocument(win))
|
if (hasHTMLDocument(win))
|
||||||
|
|||||||
Reference in New Issue
Block a user