Skip to content

Commit

Permalink
🎨 #7957
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Mar 29, 2024
1 parent dc30282 commit e0adb2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/index.ts
Expand Up @@ -65,6 +65,9 @@ export class App {
case "syncMergeResult":
reloadSync(this, data.data);
break;
case "reloaddoc":
reloadSync(this, {upsertRootIDs: [data.data], removeRootIDs: []});
break;
case "readonly":
window.siyuan.config.editor.readOnly = data.data;
hideAllElements(["util"]);
Expand Down

0 comments on commit e0adb2f

Please sign in to comment.