diff --git a/shared/editor/components/Styles.ts b/shared/editor/components/Styles.ts index 906d070d0..a1f818892 100644 --- a/shared/editor/components/Styles.ts +++ b/shared/editor/components/Styles.ts @@ -1477,7 +1477,8 @@ table { animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite; } -.folded-content { +.folded-content, +.folded-content + .mermaid-diagram-wrapper { display: none; }