Implement undo for deleting comments.
Instead of showing a Yes/No prompt before deleting a comment, delete the comment right away and replace it with link to undo the delete action. This was easy to accomplish as we never delete the comments, but just mark them as deleted in database.
Loading
Please register or sign in to comment