disable context menu on file manager

I would like to disable right-click on the left view of the file manager.

Hi,
attach a new onBeforeContextMenu event listener and return false from it.
https://snippet.webix.com/wm3pigsi

Hi, thank you for your input. it works