Vanessa 2025-10-19 16:41:55 +08:00
parent 845be76c24
commit 8419c06646

View file

@ -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 => {