mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 09:32:28 +01:00
Don't use modes.clear() to clear the last message and some collateral fixes.
This commit is contained in:
@@ -638,7 +638,7 @@ const Events = Module("events", {
|
||||
else
|
||||
dactyl.echo("Waiting for page to load...", commandline.DISALLOW_MULTILINE);
|
||||
}
|
||||
modes.show();
|
||||
commandline.clear();
|
||||
|
||||
// TODO: allow macros to be continued when page does not fully load with an option
|
||||
let ret = (buffer.loaded == 1);
|
||||
|
||||
Reference in New Issue
Block a user