diff options
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/frontend/src/components/MkPostForm.vue | 1 |
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; |