fix: show reply instantly after adding without page refresh

This commit is contained in:
ilyapashayan
2026-03-30 18:48:11 +04:00
parent a5bf29d6c2
commit 20dba18e8e

View File

@@ -180,6 +180,8 @@ class CommentItem extends Component implements HasForms
app(MentionParser::class)->syncMentions($reply);
$this->comment->load(['replies.commenter', 'replies.mentions', 'replies.attachments', 'replies.reactions.commenter']);
$this->dispatch('commentUpdated');
$this->isReplying = false;