Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Flrande committed Dec 20, 2024
1 parent 623e717 commit 80a067a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/affine/block-paragraph/src/paragraph-block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export class ParagraphBlockComponent extends CaptionedBlockComponent<
nearestHeading.collapsed &&
!this.doc.readonly
) {
this.model.collapsed = false;
nearestHeading.collapsed = false;
}
}
beforeType = type;
Expand Down

0 comments on commit 80a067a

Please sign in to comment.