1
0
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:
Doug Kearns
2009-06-17 15:20:58 +10:00
parent 5e8de51bcb
commit 2725aa2ee0

View File

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