diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-11-04 18:27:22 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-11-04 18:27:22 +0900 |
| commit | 5e9f6a90df9c999d36283d2ba9eb8e23ccfd7d7b (patch) | |
| tree | 9c70fc902fbaa8929598e9ff5ebab95ed7e4d0f2 /packages/frontend/src/components/MkNoteSub.vue | |
| parent | enhance(frontend): tweak settings page (diff) | |
| download | sharkey-5e9f6a90df9c999d36283d2ba9eb8e23ccfd7d7b.tar.gz sharkey-5e9f6a90df9c999d36283d2ba9eb8e23ccfd7d7b.tar.bz2 sharkey-5e9f6a90df9c999d36283d2ba9eb8e23ccfd7d7b.zip | |
enhance(frontend): ノート内のカスタム絵文字をクリックすることで、コピーおよびリアクションができるように
Diffstat (limited to 'packages/frontend/src/components/MkNoteSub.vue')
| -rw-r--r-- | packages/frontend/src/components/MkNoteSub.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkNoteSub.vue b/packages/frontend/src/components/MkNoteSub.vue index 3cc8767007..f61b963d9b 100644 --- a/packages/frontend/src/components/MkNoteSub.vue +++ b/packages/frontend/src/components/MkNoteSub.vue @@ -12,7 +12,7 @@ SPDX-License-Identifier: AGPL-3.0-only <MkNoteHeader :class="$style.header" :note="note" :mini="true"/> <div> <p v-if="note.cw != null" :class="$style.cw"> - <Mfm v-if="note.cw != ''" style="margin-right: 8px;" :text="note.cw" :author="note.user" :nyaize="'account'" :i="$i"/> + <Mfm v-if="note.cw != ''" style="margin-right: 8px;" :text="note.cw" :author="note.user" :nyaize="'account'"/> <MkCwButton v-model="showContent" :note="note"/> </p> <div v-show="note.cw == null || showContent"> |