Best way to trap mousedown in custom editor

I need to know how to disable mousedown events from being interpreted by handsontable while my editor is open and restored when my custom editor is closed.

I also need to make sure that whatever hooks set to prevent this event is destroyed alongside the table. (if for example the user click a link outside of the table)

Thanks

Hi @pdemilly
Sorry for a delay. I don’t know how I didn’t noticed your topic.
Please take a minute to check our docs on the beforeOnCellMouseDown
https://docs.handsontable.com/pro/1.4.0/Hooks.html#event:beforeOnCellMouseDown

Some actions are overwritten so if you’re having issues please create a live example to illustrate the issue.