mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 06:17:58 +01:00
Dont run the history completer in the background. :(
This commit is contained in:
@@ -1337,7 +1337,7 @@ function Completion() //{{{
|
||||
context.format = history.format;
|
||||
context.title = ["History"]
|
||||
context.compare = null;
|
||||
context.background = true;
|
||||
//context.background = true;
|
||||
context.regenerate = true;
|
||||
context.generate = function () history.get(context.filter);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user