mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 08:00:59 +00:00
Reserve copy action during extension conflicts
This commit is contained in:
parent
5353dd4b7e
commit
c36010880f
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ const RESERVED_ACTIONS_FOR_EXTENSION_CONFLICTS: ReadonlyArray<KeyAction> = [
|
||||||
"submit",
|
"submit",
|
||||||
"selectConfirm",
|
"selectConfirm",
|
||||||
"selectCancel",
|
"selectCancel",
|
||||||
|
"copy",
|
||||||
"deleteToLineEnd",
|
"deleteToLineEnd",
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue