Removing context menu in Comments view.

I want to remove the context menu that comes by default in the comment view (the one with the Edit and Remove options). How can i remove this?

Hi @Starling ,
You can try to set templateMenu for listItem:

listItem:{
  //menu icon will not show
   templateMenu:webix.template("")           
}

Please check the next example:
https://snippet.webix.com/zjnazhod