mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 06:02:27 +01:00
Dont allow <holding-tab> to lag
This commit is contained in:
@@ -1493,7 +1493,7 @@ function Completion() //{{{
|
||||
context.fork("keyword/" + keyword, keyword.length + space.length, null, function (context) {
|
||||
context.format = history.format;
|
||||
context.title = [keyword + " Quick Search"];
|
||||
context.background = true;
|
||||
// context.background = true;
|
||||
context.compare = null;
|
||||
context.generate = function () {
|
||||
let [begin, end] = item.url.split("%s");
|
||||
|
||||
Reference in New Issue
Block a user