fix(frontend): MkPollの集計完了後の挙動がおかしいのを修正 (#16646)

* MkPollの集計完了後の挙動がおかしいのを修正

* fix lint

* watchを削除できるように修正

* fix

* Update Changelog

* fix lint

---------

Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
This commit is contained in:
果物リン
2025-10-20 16:11:01 +09:00
committed by GitHub
parent f0889f4b3c
commit 9aea7363ce
2 changed files with 12 additions and 9 deletions

View File

@@ -16,6 +16,7 @@
- ウォーターマークを回転させると歪む問題を修正
- ウォーターマークを敷き詰めると上下左右反転した画像/文字が表示される問題を修正
- ウォーターマークを回転させた際に画面からはみ出た部分を考慮できるように
- Fix: 投票が終了した後に投票結果が正しく表示されない問題を修正
### Server
-