mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 02:07:59 +01:00
prevent completion flickering by using a cache
This commit is contained in:
@@ -996,8 +996,10 @@ liberator.CommandLine = function () //{{{
|
||||
if (liberator.mode != liberator.modes.COMMAND_LINE)
|
||||
return;
|
||||
|
||||
// liberator.log(compl);
|
||||
|
||||
completions = compl;
|
||||
completionlist.show(compl, 10);
|
||||
completionlist.show(compl);
|
||||
completionIndex = -1;
|
||||
|
||||
var command = this.getCommand();
|
||||
|
||||
Reference in New Issue
Block a user