mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 04:27:59 +01:00
This commit is contained in:
@@ -464,7 +464,8 @@ const CommandLine = Module("commandline", {
|
||||
leave: function (params) {
|
||||
if (params.pop)
|
||||
commandline.leave();
|
||||
}
|
||||
},
|
||||
mainMode: this.currentExtendedMode
|
||||
});
|
||||
|
||||
this.currentExtendedMode = extendedMode || null;
|
||||
@@ -736,7 +737,8 @@ const CommandLine = Module("commandline", {
|
||||
leave: function leave(stack) {
|
||||
commandline.leave(stack);
|
||||
leave.supercall(this, stack);
|
||||
}
|
||||
},
|
||||
mainMode: extra.extended || modes.PROMPT
|
||||
}));
|
||||
this.currentExtendedMode = modes.PROMPT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user