mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:08:00 +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.format = history.format;
|
||||||
context.title = ["History"]
|
context.title = ["History"]
|
||||||
context.compare = null;
|
context.compare = null;
|
||||||
context.background = true;
|
//context.background = true;
|
||||||
context.regenerate = true;
|
context.regenerate = true;
|
||||||
context.generate = function () history.get(context.filter);
|
context.generate = function () history.get(context.filter);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user