mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
This commit is contained in:
parent
4f6f4770eb
commit
4f4d41ebb4
3 changed files with 16 additions and 6 deletions
|
|
@ -72,7 +72,7 @@ export class App {
|
|||
reloadSync(this, data.data);
|
||||
break;
|
||||
case "reloaddoc":
|
||||
reloadSync(this, {upsertRootIDs: [data.data], removeRootIDs: []}, false);
|
||||
reloadSync(this, {upsertRootIDs: [data.data], removeRootIDs: []}, false, false);
|
||||
break;
|
||||
case "readonly":
|
||||
window.siyuan.config.editor.readOnly = data.data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue