mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 05:55:46 +01:00
Fix some :buffer completion issues.
This commit is contained in:
@@ -171,7 +171,7 @@ var Template = Module("Template", {
|
||||
<> </>)
|
||||
}) </span>
|
||||
}
|
||||
<a xmlns:dactyl={NS} identifier={item.id || ""} dactyl:command={item.command || ""}
|
||||
<a xmlns:dactyl={NS} identifier={item.id == null ? "" : item.id} dactyl:command={item.command || ""}
|
||||
href={item.item.url} highlight="URL">{text || ""}</a>
|
||||
</>,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user