diff --git a/blocksuite/affine/block-paragraph/src/paragraph-block.ts b/blocksuite/affine/block-paragraph/src/paragraph-block.ts index fb8d1c20bc..c00f0f2990 100644 --- a/blocksuite/affine/block-paragraph/src/paragraph-block.ts +++ b/blocksuite/affine/block-paragraph/src/paragraph-block.ts @@ -245,7 +245,17 @@ export class ParagraphBlockComponent extends CaptionedBlockComponent< return html` ${style} -
+ +
- ${this.model.type$.value.startsWith('h') && - collapsedSiblings.length > 0 + ${this.model.type$.value.startsWith('h') ? html` + ` + : nothing} + ${this.model.type$.value.startsWith('h') && + collapsedSiblings.length > 0 + ? html` {