mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 08:24:11 +01:00
Don't reference modes.MESSAGE in events.onFocusChange.
This commit is contained in:
@@ -1312,7 +1312,7 @@ function Events() //{{{
|
||||
if (elem == null && urlbar && urlbar.inputField == lastFocus)
|
||||
liberator.threadYield(true);
|
||||
|
||||
if (liberator.mode & (modes.INSERT | modes.TEXTAREA | modes.MESSAGE | modes.VISUAL))
|
||||
if (liberator.mode & (modes.INSERT | modes.TEXTAREA | modes.VISUAL))
|
||||
modes.reset();
|
||||
}
|
||||
finally
|
||||
|
||||
Reference in New Issue
Block a user