mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 每个工作空间单独持久化 localStorage https://github.com/siyuan-note/siyuan/issues/6404
This commit is contained in:
@@ -39,7 +39,7 @@ func RemoveLocalStorageVal(key string) (err error) {
|
||||
}
|
||||
|
||||
delete(localStorage, key)
|
||||
return
|
||||
return setLocalStorage(localStorage)
|
||||
}
|
||||
|
||||
func SetLocalStorageVal(key string, val interface{}) (err error) {
|
||||
|
||||
Reference in New Issue
Block a user