Use key binding for cancelling a message reply

This commit is contained in:
Clemens Zeidler 2021-02-16 19:12:18 +13:00
parent ac7963b509
commit c84ad9bedc
2 changed files with 8 additions and 8 deletions

View file

@ -22,7 +22,7 @@ export enum KeyAction {
/** Start editing the user's next sent message */
EditNextMessage = 'EditNextMessage',
/** Cancel editing a message */
/** Cancel editing a message or cancel replying to a message */
CancelEditing = 'CancelEditing',
}