diff options
| author | Henry Jameson <me@hjkos.com> | 2021-08-12 02:49:37 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-08-12 02:56:40 +0300 |
| commit | 2cfff1b8b9c642e9284483d6658312d9a3763417 (patch) | |
| tree | 32c707645da9c8de6c5f2d53e40a1afaf844f508 /src/components/mention_link/mention_link.vue | |
| parent | a0eaac2216e7f279e10c6b688b9fa81f7a4fad2d (diff) | |
remove new options for style and separate line, now groups all chained
mentions on a mentionsline regardless of placement. fixes spacing
Diffstat (limited to 'src/components/mention_link/mention_link.vue')
| -rw-r--r-- | src/components/mention_link/mention_link.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/mention_link/mention_link.vue b/src/components/mention_link/mention_link.vue index 514b7475..625eb727 100644 --- a/src/components/mention_link/mention_link.vue +++ b/src/components/mention_link/mention_link.vue @@ -18,8 +18,7 @@ :class="classnames" > <button - class="short" - :class="[{ '-sublime': !highlight }, oldStyle ? 'button-unstyled' : 'button-default']" + class="short button-unstyled" @click.prevent="onClick" > <!-- eslint-disable vue/no-v-html --> |
