mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 19:54:12 +01:00
Make source linkfication in :list* less annoying.
This commit is contained in:
@@ -325,7 +325,7 @@ const Template = Module("Template", {
|
||||
{
|
||||
this.map(iter, function (item)
|
||||
<tr>
|
||||
<td style="padding-right: 3em;">
|
||||
<td style="padding-right: 2em;">
|
||||
<span highlight="Usage">{
|
||||
let (name = item.name || item.names[0], frame = item.definedAt)
|
||||
!frame ? name :
|
||||
|
||||
Reference in New Issue
Block a user