Comments - Remove "Remove" from menu

I have an intranet page that uses the comments widget, and almost everything went really well. However, we would like to remove the menu item that would allow users to “Remove” their comment from the historical record.

https://snippet.webix.com/q84hat6o

Would you please use the snippet above to show me how I might filter out, or otherwise remove the “Remove” item from the context menu attached to our comments?

Thanks!

@mvbaxter
you can customize content menu after widget creation
https://snippet.webix.com/xtj1xjry

if you just need to disable “remove” behavior, try to return false in onBeforeMenuAction event handler

Seems so simple when you manage to do it in just two lines! :wink: Thanks again!