mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-09-01 17:10:24 +08:00
Compare commits
2 Commits
copilot/su
...
fix/autosa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0616c1ad8 | ||
|
|
e271df43f8 |
@@ -179,6 +179,7 @@ export default function Home() {
|
||||
saveAndExit: false,
|
||||
noSaveBtn: true,
|
||||
noExitBtn: true,
|
||||
modified: false,
|
||||
dark: darkMode,
|
||||
lang: currentLang,
|
||||
}}
|
||||
|
||||
@@ -639,6 +639,7 @@ export default function ChatPanel({
|
||||
sessionIsAvailable,
|
||||
currentSessionId,
|
||||
buildSessionData,
|
||||
chartXML,
|
||||
])
|
||||
|
||||
// Update URL when a new session is created (first message sent)
|
||||
|
||||
Reference in New Issue
Block a user