mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
🐛 Improve outline dnd https://github.com/siyuan-note/siyuan/issues/10828
This commit is contained in:
parent
4a7b21f8ad
commit
52e1dd8b06
2 changed files with 8 additions and 5 deletions
|
|
@ -16,7 +16,8 @@ import {
|
|||
processSync,
|
||||
progressBackgroundTask,
|
||||
progressLoading,
|
||||
progressStatus, reloadSync,
|
||||
progressStatus,
|
||||
reloadSync,
|
||||
setTitle,
|
||||
transactionError
|
||||
} from "./dialog/processSystem";
|
||||
|
|
@ -66,7 +67,7 @@ export class App {
|
|||
reloadSync(this, data.data);
|
||||
break;
|
||||
case "reloaddoc":
|
||||
reloadSync(this, {upsertRootIDs: [data.data], removeRootIDs: []});
|
||||
reloadSync(this, {upsertRootIDs: [data.data], removeRootIDs: []}, false);
|
||||
break;
|
||||
case "readonly":
|
||||
window.siyuan.config.editor.readOnly = data.data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue