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
A user pressed Cmd-Z repeatedly to try to undo adding a new subject to the subjects table. That moved the selector through the columns until it got to the first one and then the row was deleted. Can we change the behavior of Cmd-Z immediately after adding a row to remove the whole row?
Version: Main branch on Mac M1, 0.0.13 on Mac
The text was updated successfully, but these errors were encountered:
Depends on how easy it is to make ctrl-z undo row addition as an action; if tricky, the actual problem is countered by the instructions below every table to double-click to add/remove rows - that text simply needs to be larger and less gray
Ah. This is because I'm forcing the validation of each cell when the row initializes, which behaves as if the user has input all that text (including if empty) themselves. This means that it registers as an undoable action.
I'll see what I can do to get around this naive way of triggering the validation behavior.
A user pressed Cmd-Z repeatedly to try to undo adding a new subject to the subjects table. That moved the selector through the columns until it got to the first one and then the row was deleted. Can we change the behavior of Cmd-Z immediately after adding a row to remove the whole row?
Version: Main branch on Mac M1, 0.0.13 on Mac
The text was updated successfully, but these errors were encountered: