fix: 修复前端侧边栏弹出异常问题

This commit is contained in:
hhs
2026-06-22 11:15:41 +08:00
parent 1b99d24fc1
commit 6bca4e0d47
3 changed files with 7 additions and 7 deletions

View File

@@ -316,7 +316,7 @@ function AppContent() {
sessions={sessions}
activeSessionId={activeSessionId}
open={sidebarOpen}
onToggle={() => setSidebarOpen((v) => !v)}
onClose={() => setSidebarOpen(false)}
onNewSession={handleNewSession}
onSelectSession={handleSelectSession}
onDeleteSession={handleDeleteSession}