fix(frontend): リセットボタンでCWがリセットされない問題を修正 (#16820)

* fix(frontend): リセットボタンでCWがリセットされない問題を修正

* update changelog
This commit is contained in:
かっこかり 2025-11-24 11:13:36 +09:00 committed by GitHub
parent 6c190e7a5d
commit 86e4f15e95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
- Enhance: リアクションの受け入れ設定にキャプションを追加 #15921
- Fix: ページの内容がはみ出ることがある問題を修正
- Fix: ヘッダーメニューのチャンネルの新規作成の項目でチャンネル作成ページに飛べない問題を修正 #16816
- Fix: 投稿フォームのリセットボタンで注釈がリセットされない問題を修正
### Server
- Enhance: `clips/my-favorites` APIがページネーションに対応しました

View File

@ -712,6 +712,7 @@ function removeVisibleUser(user) {
function clear() {
text.value = '';
cw.value = null;
files.value = [];
poll.value = null;
quoteId.value = null;