it will delete the comments after clicking the save / publish.
Correction:
Comments are deleted after refreshing the page.
Flow:
Write comment -> Add Comment -> save / publish -> refresh page -> deleted.
file: class-commenting-block-admin
line: 71
method: cf_add_unfiltered_html_capability_to_users
I tried editing this method by adding the custom role it will solve the problem.
Is there any other way? Like using a filter method where I can add it theme function file instead of editing the plugin source code?
Thanks!