切换会话时,会话输入框自动获得焦点
This commit is contained in:
@@ -575,6 +575,7 @@ const ConversationTabView = memo(function ConversationTabView({
|
||||
attachmentTabId={tabId}
|
||||
draftStorageKey={draftStorageKey}
|
||||
hideInput={isWelcomeMode}
|
||||
isActive={isActive}
|
||||
>
|
||||
{isWelcomeMode ? (
|
||||
<div className="flex h-full min-h-0 flex-col items-center justify-center">
|
||||
@@ -623,6 +624,7 @@ const ConversationTabView = memo(function ConversationTabView({
|
||||
availableCommands={connectionCommands}
|
||||
attachmentTabId={tabId}
|
||||
draftStorageKey={draftStorageKey}
|
||||
isActive={isActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user