feat(emptyChatInput): add focus mode

This commit is contained in:
ItzCrazyKns
2025-10-18 19:30:01 +05:30
parent 86143c83d8
commit 3e03947b1b
2 changed files with 1 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ const EmptyChatMessageInput = () => {
<div className="flex flex-row items-center space-x-2">
<div className="flex flex-row items-center space-x-1">
<ModelSelector />
<Focus />
<Attach />
</div>
<button