Adding a row on tab key should use a command #3268
Labels
package:table
type:task
This issue reports a chore (non-production change) and other types of "todos".
Milestone
At the moment, if Tab key is pressed in the last cell of the table a new table row is created and the caret is moved there. This is "hardcoded" - doesn't use
insertTableRowBelow
command. This is incorrect as the command (and all other commands) might be disabled if the table is not editable for some reason (for example, comments-only mode). It will also be better for integration with track changes.The text was updated successfully, but these errors were encountered: