Two clicks required for a cell with a link

Tags: #<Tag:0x00007f8b2b1eed40>

I’m wondering if there is a way to prevent a the user from having to click twice on a link embedded in a cell when the previous cell they are in is in edit mode. As you can see below the first GIF the grid is in edit mode and then it requires two clicks to click the link and open the pop-up window. I would prefer it behaved like the bottom GIF when the grid is not in edit mode and then it only requires one click to open the link. Thanks in advance for any help.

Showing double click to open link when grid in edit mode:

Showing only 1 click needed when not in edit more:

Hi @jared.baszler

have you considered to open the resource on the https://handsontable.com/docs/6.1.1/Hooks.html#event:afterOnCellMouseDown for this cell?

Good idea - thanks for the tip. That did work. @aleksandra_budnik

1 Like

Great! Thanks for confirmation.