aboutsummaryrefslogtreecommitdiff
path: root/src/components/post_status_modal/post_status_modal.vue
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2023-07-24 19:13:37 -0400
committertusooa <tusooa@kazv.moe>2023-07-24 19:13:37 -0400
commit0dc2afb8261fc474bd46bcb1b57ab845fc1baf32 (patch)
tree317378109cb24cec3b7a3e347d1a8892f0d4c0ac /src/components/post_status_modal/post_status_modal.vue
parente31bf6646b9cdd21bef7b4f64083b1f8c2bbd913 (diff)
Fix a bug where mentioning a user twice will not fill the mention into the textarea
Diffstat (limited to 'src/components/post_status_modal/post_status_modal.vue')
-rw-r--r--src/components/post_status_modal/post_status_modal.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/post_status_modal/post_status_modal.vue b/src/components/post_status_modal/post_status_modal.vue
index dbcd321e..bc2cad4a 100644
--- a/src/components/post_status_modal/post_status_modal.vue
+++ b/src/components/post_status_modal/post_status_modal.vue
@@ -12,7 +12,7 @@
<PostStatusForm
class="panel-body"
v-bind="params"
- @posted="closeModal"
+ @posted="resetAndClose"
/>
</div>
</Modal>