|
|
@@ -1037,7 +1037,6 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
|
|
|
vscode.postMessage({ type: "loadApiConfigurationById", text: value })
|
|
|
}
|
|
|
}}
|
|
|
- contentClassName="max-h-[300px]"
|
|
|
triggerClassName="w-full text-ellipsis overflow-hidden"
|
|
|
itemClassName="group"
|
|
|
renderItem={({ type, value, label, pinned }) => {
|