mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 05:18:49 +01:00
This commit is contained in:
parent
845be76c24
commit
8419c06646
1 changed files with 1 additions and 1 deletions
|
|
@ -637,7 +637,7 @@ export class Outline extends Model {
|
|||
item.classList.remove("popover__block");
|
||||
});
|
||||
this.element.scrollTop = scrollTop;
|
||||
} else {
|
||||
} else if (this.blockId) {
|
||||
fetchPost("/api/storage/getOutlineStorage", {
|
||||
docID: this.blockId
|
||||
}, storageResponse => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue