Currently it seems the user cannot delete a comment once it has been upvoted.
might this have something to do with this: ?
enableDeletingCommentWithReplies | A boolean value determing whether user is allowed to delete own comment that has replies (replies will be deleted as well)DEFAULT trueEXAMPLE$('#comments-container').comments({ enableDeletingCommentWithReplies: false });-- | --
Currently it seems the user cannot delete a comment once it has been upvoted.
might this have something to do with this: ?
enableDeletingCommentWithReplies | A boolean value determing whether user is allowed to delete own comment that has replies (replies will be deleted as well)DEFAULT trueEXAMPLE$('#comments-container').comments({ enableDeletingCommentWithReplies: false });-- | --