Use key binding for cancelling a message reply
This commit is contained in:
parent
ac7963b509
commit
c84ad9bedc
2 changed files with 8 additions and 8 deletions
|
@ -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',
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue