mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
d586a26cba
commit
03b00a6b8d
4 changed files with 13 additions and 7 deletions
|
|
@ -63,7 +63,7 @@ class App {
|
|||
reloadEmoji();
|
||||
break;
|
||||
case "reloaddoc":
|
||||
reloadSync(this, {upsertRootIDs: [data.data], removeRootIDs: []}, false, false);
|
||||
reloadSync(this, {upsertRootIDs: [data.data], removeRootIDs: []}, false, false, true);
|
||||
break;
|
||||
case "syncMergeResult":
|
||||
reloadSync(this, data.data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue