mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 17:47:59 +01:00
Actually fix history bug.
This commit is contained in:
@@ -805,6 +805,7 @@ var JavaScript = Module("javascript", {
|
|||||||
|
|
||||||
this.completions.cleanup();
|
this.completions.cleanup();
|
||||||
this.history.save();
|
this.history.save();
|
||||||
|
this.history.reset();
|
||||||
this.updatePrompt();
|
this.updatePrompt();
|
||||||
|
|
||||||
modules.mow.resize();
|
modules.mow.resize();
|
||||||
|
|||||||
Reference in New Issue
Block a user