mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-29 08:55:46 +01:00
Hopefully fix quirks in last commit
This commit is contained in:
@@ -947,10 +947,8 @@ function CommandLine() //{{{
|
||||
}
|
||||
if (!outputContainer.collapsed)
|
||||
{
|
||||
setTimeout(function () {
|
||||
modes.set(modes.COMMAND_LINE, modes.OUTPUT_MULTILINE);
|
||||
commandline.updateMorePrompt();
|
||||
}, 0);
|
||||
modes.set(modes.COMMAND_LINE, modes.OUTPUT_MULTILINE);
|
||||
commandline.updateMorePrompt();
|
||||
}
|
||||
keepCommand = false;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user