feat: add Todos

This commit is contained in:
Henry Li
2026-01-22 00:26:11 +08:00
parent 08101aa432
commit 1e4e51a80c
16 changed files with 232 additions and 72 deletions

View File

@@ -789,7 +789,7 @@ export const PromptInput = ({
ref={formRef}
{...props}
>
<InputGroup className="overflow-hidden">{children}</InputGroup>
<InputGroup>{children}</InputGroup>
</form>
</>
);