summaryrefslogtreecommitdiff
path: root/packages/frontend/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src')
-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;