fix(frontend/AiScript): Ui:C:selectの値が切り替わらない問題を修正 (#15184)

* fix(frontend/AiScript): Ui:C:selectの値が切り替わらない問題を修正

* Update Changelog
This commit is contained in:
かっこかり 2025-01-04 15:06:03 +09:00 committed by GitHub
parent 79b3d2a711
commit f4e025170e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 5 deletions

View file

@ -13,6 +13,7 @@
- Fix: 公開範囲がホームのノートの埋め込みウィジェットが読み込まれない問題を修正
(Cherry-picked from https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/803)
- Fix: 絵文字管理画面で一部の絵文字が表示されない問題を修正
- Fix: `Ui:C:select`で値の変更が画面に反映されない問題を修正
### Server
- Fix: ユーザーのプロフィール画面をアドレス入力などで直接表示した際に概要タブの描画に失敗する問題の修正( #15032 )