help page links now respect newTab config
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user