mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-07-13 00:11:52 +08:00
- #32: parseCookies decodeURIComponent crash with malformed cookies (Authelia) - #31: Gateway restart no longer overwrites user CORS allowedOrigins (merge instead) - #25: Windows terminal flashing - add CREATE_NO_WINDOW to skills.rs + assistant.rs - #33: Model test tolerates non-auth HTTP errors (Ali Coding Plan compatibility) - #29: Auto-detect ws/wss protocol for reverse proxy + protocol-aware Docker URLs - #23: Chat session sidebar stays open when switching sessions
This commit is contained in:
@@ -484,7 +484,6 @@ function switchSession(newKey) {
|
||||
clearMessages()
|
||||
loadHistory()
|
||||
refreshSessionList()
|
||||
_page?.querySelector('#chat-sidebar')?.classList.remove('open')
|
||||
}
|
||||
|
||||
async function showNewSessionDialog() {
|
||||
|
||||
Reference in New Issue
Block a user