You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably a bug. What happens when the text cell is readonly and you try clicking on it, because the textarea is disabled, focus is transferred from canvas to body. And then onKeyDown doesn't work anymore to escape the editor.
We would probably need a focus trap for this (?). We can use the readonly attribute for input and textarea to be able to keep focus but disable editing.
If you open a cell and press Escape, it closes the cell overlay. But if you click inside the cell (if it is readonly), escape will do nothing:
Screen.Recording.2024-02-27.at.10.07.25.mov
Is there a reason for this? It would probably be more consistent if
esc
always closes the cell overlay.The text was updated successfully, but these errors were encountered: