mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
* actually using result from deepMerge when updating settings * replacing merge from lodash with merge from deepmerge --------- Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
This commit is contained in:
committed by
GitHub
parent
10caacd830
commit
5e1117ef92
@@ -534,6 +534,7 @@ export class LSPluginUser
|
||||
this._connected = true
|
||||
|
||||
baseInfo = deepMerge(this._baseInfo, baseInfo)
|
||||
this._baseInfo = baseInfo
|
||||
|
||||
if (baseInfo?.id) {
|
||||
this._debugTag =
|
||||
|
||||
Reference in New Issue
Block a user