Hi,
if possible, can you please remove the extra key press needed, when editing data in table stucture?
Steps to reproduce:
- open any table
- locate cell you want to edit and move on it either by clicking or by moving cursor around using arrow keys
- start typing
Current behavior -> first key press on the cell will switch it to highlighted edit mode, only the next key starts to modify cell contents. So when I start typing "test", the first "t" is swallowed and contents of the cell will be "est"
Expected behavior -> the first key press is already changing the cell contents, so when I start typing "test", the contents of the cell will actually be "test".
In my opinion, when already typing, there is no need to have to type to switch. It seems counter-intuitive to me and regularly causes me to have to retype.
Thanks for considering.