Skip to content

Commit 811c99b

Browse files
committed
🎨 #16121 9
1 parent 67859fb commit 811c99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/layout/dock/Outline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ export class Outline extends Model {
673673
}
674674

675675
public saveExpendIds() {
676-
if (!this.isPreview) {
676+
if (!this.isPreview && this.type === "pin") {
677677
fetchPost("/api/storage/setOutlineStorage", {
678678
docID: this.blockId,
679679
val: {

0 commit comments

Comments
 (0)