Skip to content

Commit

Permalink
ハッシュタグTLで投稿した後リロードしない (yojo-art#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
kozakura913 authored Jul 17, 2024
1 parent d8e6e4a commit 3eb441c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG_yojo.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Cherrypick 4.9.0-beta.2

### Client
- Change: 公式タグ一覧の画像高さを調節しました
- Fix: ハッシュタグTLで投稿フォームを閉じた後にリロードしないように

### Server

Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/tag.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async function post() {
await os.post();
defaultStore.set('postFormHashtags', '');
defaultStore.set('postFormWithHashtags', false);
notes.value?.pagingComponent?.reload();
// notes.value?.pagingComponent?.reload();
}

const headerActions = computed(() => []);
Expand Down

0 comments on commit 3eb441c

Please sign in to comment.