mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
This commit is contained in:
parent
67859fb96d
commit
811c99b6ac
1 changed files with 1 additions and 1 deletions
|
|
@ -673,7 +673,7 @@ export class Outline extends Model {
|
|||
}
|
||||
|
||||
public saveExpendIds() {
|
||||
if (!this.isPreview) {
|
||||
if (!this.isPreview && this.type === "pin") {
|
||||
fetchPost("/api/storage/setOutlineStorage", {
|
||||
docID: this.blockId,
|
||||
val: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue