summaryrefslogtreecommitdiff
path: root/packages/frontend/src
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2026-02-02 22:37:24 +0900
committerGitHub <noreply@github.com>2026-02-02 22:37:24 +0900
commit00cbd1e6dbc59b0538433a70f68ffd0d15ec63d0 (patch)
tree134f9aa9b26437b1154dee8865b5785aa3c9e9a0 /packages/frontend/src
parentfix(frontend): CSSの指定が誤っている問題を修正 (#17135) (diff)
downloadmisskey-00cbd1e6dbc59b0538433a70f68ffd0d15ec63d0.tar.gz
misskey-00cbd1e6dbc59b0538433a70f68ffd0d15ec63d0.tar.bz2
misskey-00cbd1e6dbc59b0538433a70f68ffd0d15ec63d0.zip
fix(frontend): ノートの詳細表示でリアクション一覧が全件表示されない問題を修正 (#17137)
* fix(frontend): ノートの詳細表示でリアクション一覧が全件表示されない問題を修正 * Update Changelog
Diffstat (limited to 'packages/frontend/src')
-rw-r--r--packages/frontend/src/components/MkNoteDetailed.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkNoteDetailed.vue b/packages/frontend/src/components/MkNoteDetailed.vue
index 1c8a8a44a4..083e3e5da0 100644
--- a/packages/frontend/src/components/MkNoteDetailed.vue
+++ b/packages/frontend/src/components/MkNoteDetailed.vue
@@ -143,7 +143,6 @@ SPDX-License-Identifier: AGPL-3.0-only
:reactionEmojis="$appearNote.reactionEmojis"
:myReaction="$appearNote.myReaction"
:noteId="appearNote.id"
- :maxNumber="16"
/>
<button class="_button" :class="$style.noteFooterButton" @click="reply()">
<i class="ti ti-arrow-back-up"></i>