mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix(editor): some blocks can not be collapsed (#9325)
This commit is contained in:
@@ -217,7 +217,7 @@ export class ParagraphBlockComponent extends CaptionedBlockComponent<
|
||||
${collapsedSiblings.map(sibling =>
|
||||
unsafeHTML(`
|
||||
[data-block-id="${sibling.id}"] {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
`)
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user