mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 05:37:58 +01:00
Fix some bugs---which bugs, I have no idea.
This commit is contained in:
@@ -623,6 +623,7 @@ function Tabs() //{{{
|
||||
completer: function (context)
|
||||
{
|
||||
context.anchored = false;
|
||||
context.compare = CompletionContext.Sort.unsorted;
|
||||
context.keys = { text: function (item) item.state.entries[0].url, description: "title" };
|
||||
context.completions = tabs.closedTabs;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user