mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 05:07:59 +01:00
Hopefully deal with our lost focus issues once and for all.
Update issue 131 Status: Started This should hopefully take care of this issue. Update issue 212 Status: Started This should hopefully take care of this issue. --HG-- branch : bootstrapped
This commit is contained in:
@@ -623,10 +623,8 @@ var CommandLine = Module("commandline", {
|
||||
this.widgets.message = null;
|
||||
if (modes.main != modes.COMMAND_LINE)
|
||||
this.widgets.command = null;
|
||||
if (modes.main == modes.OUTPUT_MULTILINE && this.widgets.multilineOutput.atEnd) {
|
||||
dactyl.focusContent();
|
||||
if (modes.main == modes.OUTPUT_MULTILINE && this.widgets.multilineOutput.atEnd)
|
||||
modes.pop();
|
||||
}
|
||||
if (modes.main != modes.OUTPUT_MULTILINE)
|
||||
this.multilineOutputVisible = false;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user