mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🐛 多开工作空间 锁屏 后访问鉴权失败 https://github.com/siyuan-note/siyuan/issues/7038
This commit is contained in:
parent
aaec2300a9
commit
aee282539a
2 changed files with 8 additions and 9 deletions
|
|
@ -80,3 +80,7 @@ func GetWorkspaceSession(session *SessionData) (ret *WorkspaceSession) {
|
|||
}
|
||||
return
|
||||
}
|
||||
|
||||
func RemoveWorkspaceSession(session *SessionData) {
|
||||
delete(session.Workspaces, WorkspaceDir)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue