mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 10:30:13 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
b97af2a0d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue