mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-25 18:15:52 +01:00
Fix wim=
This commit is contained in:
@@ -81,7 +81,7 @@ const template = {
|
||||
icon: function (item, text)
|
||||
{
|
||||
let icon = this.getKey(item, "icon");
|
||||
return <><span highlight="CompIcon">{icon ? <img src={icon}/> : <></>}</span>{text}</>
|
||||
return <><span highlight="CompIcon">{icon ? <img src={icon}/> : <></>}</span><span class="td-strut"/>{text}</>
|
||||
},
|
||||
|
||||
filter: function (str) <span highlight="Filter">{str}</span>,
|
||||
|
||||
Reference in New Issue
Block a user