diff --git a/common/content/events.js b/common/content/events.js index bd21c653..18f752a6 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -1262,7 +1262,7 @@ var Events = Module("events", { else ignore = true; - if (ignore && !Events.isEscape(key)) + if (ignore) modes.pop(); } else if (!event.isMacro && !event.noremap && events.shouldPass(event))