mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 05:14:12 +01:00
Lots of rangefinder and Gecko 2 tabbing fixes.
This commit is contained in:
@@ -670,8 +670,10 @@ const Completion = Module("completion", {
|
||||
|
||||
let list = template.commandOutput(
|
||||
<div highlight="Completions">
|
||||
{ template.completionRow(context.title, "CompTitle") }
|
||||
{ template.map(context.items, function (item) context.createRow(item), null, 100) }
|
||||
{ template.map(context.contextList.filter(function (c) c.hasItems),
|
||||
function (context)
|
||||
template.completionRow(context.title, "CompTitle") +
|
||||
template.map(context.items, function (item) context.createRow(item), null, 100)) }
|
||||
</div>);
|
||||
commandline.echo(list, commandline.HL_NORMAL, commandline.FORCE_MULTILINE);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user