Replace Comment System #4

Merged
w33b merged 20 commits from comment-system into main 2026-01-10 21:16:56 +00:00
Showing only changes of commit e136e8e1b6 - Show all commits

View File

@@ -56,6 +56,8 @@ class Comment extends Component
$this->authorize('destroy', $this->comment);
$this->comment->delete();
$this->dispatch('refresh');
}
public function postReply()