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
2 changed files with 2 additions and 0 deletions

View File

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