Browse Source

Merge pull request #272 from CatalystCode/bugfix/fix-label-shortkey-display

Bugfix/Fix display of label shortkey preview
pull/284/head
Hiroki Nakayama 5 years ago
committed by GitHub
parent
commit
5ae0e4c067
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      app/server/static/components/label.vue

2
app/server/static/components/label.vue

@ -16,7 +16,7 @@
backgroundColor: newLabel.background_color \
}") {{ newLabel.text }}
span.tag is-medium
span.tag.is-medium
kbd {{ shortcutKey(newLabel) | simpleShortcut }}
div.column

Loading…
Cancel
Save