mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 22:47:59 +01:00
Finish forgotten modification for last commit.
This commit is contained in:
@@ -772,9 +772,9 @@ var JavaScript = Module("javascript", {
|
|||||||
accept: function accept() {
|
accept: function accept() {
|
||||||
dactyl.trapErrors(function () { this.repl.addOutput(this.command) }, this);
|
dactyl.trapErrors(function () { this.repl.addOutput(this.command) }, this);
|
||||||
|
|
||||||
this.updatePrompt();
|
|
||||||
this.completions.cleanup();
|
this.completions.cleanup();
|
||||||
this.history.save();
|
this.history.save();
|
||||||
|
this.updatePrompt();
|
||||||
|
|
||||||
modules.mow.resize();
|
modules.mow.resize();
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user