Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
message_edit: Fix
tab + enter
broken for saving.
There is no `.message_edit_content` in `focus` when user does `tab + enter` to save the message. We use the existing text content edit object get identify the row being edited which is more robust and efficient.
- Loading branch information