mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 03:07:58 +01:00
Fix unduly early loading of the commandline module.
This commit is contained in:
@@ -346,7 +346,8 @@ var Buffer = Module("buffer", {
|
||||
util.timeout(function () {
|
||||
statusline.updateBufferPosition();
|
||||
statusline.updateZoomLevel();
|
||||
commandline.clear();
|
||||
if (loaded.commandline)
|
||||
commandline.clear();
|
||||
}, 500);
|
||||
},
|
||||
// called at the very end of a page load
|
||||
|
||||
Reference in New Issue
Block a user