Hi webix team,
I’m trying to invoke an text editor in the datatable view on mousedown event. In the final version the editor shall open after a certain wait time or cancelled if mouseup occurs earlier using setTimeout and clearTimeout.
So I just tried first the approach to open the editor on mouse down. But it doesn’t work as expected. It opens once and closes immediately on mouseup. All further mousedown actions showing no reaction. See the code here: https://snippet.webix.com/dlnn6d5t
What I’m doing wrong?