Hey
I am using contextMenu option with contextMenu: [‘Close’, ‘row_below’, ‘row_above’, ‘remove_row’], settings but for some resion Its not closing if I am not selecting any action.
Please check the gif file.
Please let me know if there is any additional setting I need to configure because I am not able to replicate this issue on jsfiddle
No I don’t have any binding with contextMenu. But I do have custom Rendering method on cell,
Something like this but on jsfiddle it’s working fine. https://jsfiddle.net/k8s741q3/
I’m not sure what’s going on here but it looks like it’s not the problem with Handsontable itself or the code you have. I tested it in local project and, again, it works fine. Maybe do you have some browser addons which can interfere with mouse events?
It’s really hard to tell where the problem lies as it works for me in both cases - local and in jsfiddle.