When trying to select cell content, the cursor is placed in the text above the table.
I think what's happening is that the mouse event is bubbling up to the textflow of the main text and the selection is being set twice. We need to either prevent the event from bubbling, or check the target and respond accordingly.
When trying to select cell content, the cursor is placed in the text above the table. I think what's happening is that the mouse event is bubbling up to the textflow of the main text and the selection is being set twice. We need to either prevent the event from bubbling, or check the target and respond accordingly.