@lvce-editor/chat-view 7.0.0 → 7.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1214,7 +1214,6 @@ const Home = 12;
|
|
|
1214
1214
|
const UpArrow = 14;
|
|
1215
1215
|
const DownArrow = 16;
|
|
1216
1216
|
const KeyN = 42;
|
|
1217
|
-
const KeyV = 50;
|
|
1218
1217
|
|
|
1219
1218
|
const CtrlCmd = 1 << 11 >>> 0;
|
|
1220
1219
|
const Shift = 1 << 10 >>> 0;
|
|
@@ -3326,10 +3325,6 @@ const getKeyBindings = () => {
|
|
|
3326
3325
|
command: 'Chat.chatInputHistoryDown',
|
|
3327
3326
|
key: DownArrow,
|
|
3328
3327
|
when: FocusChatInput
|
|
3329
|
-
}, {
|
|
3330
|
-
command: 'Chat.pasteInput',
|
|
3331
|
-
key: CtrlCmd | KeyV,
|
|
3332
|
-
when: FocusChatInput
|
|
3333
3328
|
}, {
|
|
3334
3329
|
command: 'Chat.chatInputHistoryUp',
|
|
3335
3330
|
key: UpArrow,
|
|
@@ -11897,7 +11892,7 @@ const getCss = (composerHeight, composerAttachmentsHeight, modelPickerHeight, li
|
|
|
11897
11892
|
}
|
|
11898
11893
|
|
|
11899
11894
|
.InputInvalid{
|
|
11900
|
-
border-color: var(--
|
|
11895
|
+
border-color: var(--InputValidationErrorBorder, red);
|
|
11901
11896
|
}
|
|
11902
11897
|
|
|
11903
11898
|
.ChatComposerAttachmentTextFile{
|