Skip to content

Commit

Permalink
TheSettings: Improve display of keyboard shortcuts (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Mar 14, 2019
1 parent eb14ee8 commit 4db4a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TheSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@
<ul>
<li
v-for="(keys, index) in shortcut.keys.split(',')"
:key="`settingsModal-shortcuts-${shortcut.id}-${index}`">
{{ keys }}
:key="`settingsModal-shortcuts-${shortcut.id}-keys-${index}`">
<span v-html="keys.split('+').map(key => `<code>${key}</code>`).join(' + ')" />
</li>
</ul>
</p>
Expand Down

0 comments on commit 4db4a26

Please # to comment.