mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +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() {
|
public saveExpendIds() {
|
||||||
if (!this.isPreview) {
|
if (!this.isPreview && this.type === "pin") {
|
||||||
fetchPost("/api/storage/setOutlineStorage", {
|
fetchPost("/api/storage/setOutlineStorage", {
|
||||||
docID: this.blockId,
|
docID: this.blockId,
|
||||||
val: {
|
val: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue