Skip to content

Commit

Permalink
Merge pull request #45 from lqvp/shahu
Browse files Browse the repository at this point in the history
fix: 詳細表示時にいいねボタンが動作してなかった
  • Loading branch information
chan-mai authored Nov 12, 2024
2 parents 0f86cf7 + f4df2ca commit a18c901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkNoteDetailed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ function heartReact(): void {
sound.playMisskeySfx('reaction');
const selectreact = defaultStore.selectReaction.default;
const selectreact = defaultStore.state.selectReaction;
misskeyApi('notes/reactions/create', {
noteId: appearNote.value.id,
Expand Down

0 comments on commit a18c901

Please sign in to comment.