allow closing reply to preview with action

Co-Authored-By: Remco Smits <62463826+RemcoSmitsDev@users.noreply.github.com>
This commit is contained in:
Bennet Bo Fenner 2024-02-07 21:14:36 +01:00
parent 6b598a07d9
commit ef8cab65b0
2 changed files with 24 additions and 5 deletions

View file

@ -565,6 +565,12 @@
"tab": "channel_modal::ToggleMode"
}
},
{
"context": "ChatPanel > MessageEditor",
"bindings": {
"escape": "chat_panel::CloseReplyPreview"
}
},
{
"context": "Terminal",
"bindings": {