File manager item double click

Hi,
I want to handle double click event on file double click.
I want to call a custom function on double click on file item. I’m not finding any way to handle it. If anyone has some idea please share.

Hi,
You can catch the onBeforeRun event and call your logic.
Here is an example:
https://snippet.webix.com/rotisgj7

Thanks a lot. Problem solved. It’s working fine now.