summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2025-11-24 11:13:36 +0900
committerGitHub <noreply@github.com>2025-11-24 11:13:36 +0900
commit86e4f15e9582d8a97dd88ea7d34a9ffe6fa6b379 (patch)
tree4135b660068e979fc60139af36983d51f76d5f0c /packages/frontend/src/components
parentfix(backend): チャンネルのリアルタイム更新で非ログイン時... (diff)
downloadmisskey-86e4f15e9582d8a97dd88ea7d34a9ffe6fa6b379.tar.gz
misskey-86e4f15e9582d8a97dd88ea7d34a9ffe6fa6b379.tar.bz2
misskey-86e4f15e9582d8a97dd88ea7d34a9ffe6fa6b379.zip
fix(frontend): リセットボタンでCWがリセットされない問題を修正 (#16820)
* fix(frontend): リセットボタンでCWがリセットされない問題を修正 * update changelog
Diffstat (limited to 'packages/frontend/src/components')
-rw-r--r--packages/frontend/src/components/MkPostForm.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/components/MkPostForm.vue b/packages/frontend/src/components/MkPostForm.vue
index 84b0d12bb9..86557b12df 100644
--- a/packages/frontend/src/components/MkPostForm.vue
+++ b/packages/frontend/src/components/MkPostForm.vue
@@ -712,6 +712,7 @@ function removeVisibleUser(user) {
function clear() {
text.value = '';
+ cw.value = null;
files.value = [];
poll.value = null;
quoteId.value = null;