mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
help page links now respect newTab config
This commit is contained in:
parent
0c817650c4
commit
caf0a9408e
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@
|
|||
_buildListCommands(category) {
|
||||
return category.commands.map(({ url, key, name }) => (
|
||||
`<li class="command">
|
||||
<a href="${url}">
|
||||
<a href="${url}" target="${CONFIG.newTab ? '_blank' : '_self'}">
|
||||
<span class="command-key">${key}</span>
|
||||
<span class="command-name">${name}</span>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue