1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 16:57:59 +01:00

Popup and key processing reorganization.

This commit is contained in:
Kris Maglione
2011-09-10 14:13:41 -04:00
parent 525a575a72
commit f9d5b12757
4 changed files with 368 additions and 355 deletions

View File

@@ -609,7 +609,7 @@ var Modes = Module("modes", {
mappings.add([modes.MENU], ["<Esc>"],
"Close the current popup",
function () {
if (modes.popup.active.length)
if (events.popups.active.length)
return Events.PASS_THROUGH;
modes.pop();
});