Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 9fadc93

Browse files
committed
fix(mermaid): code background stuck after navigating to new note
1 parent ae54219 commit 9fadc93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/client/src/widgets/type_widgets/abstract_split_type_widget.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ export default abstract class AbstractSplitTypeWidget extends TypeWidget {
174174

175175
cleanup(): void {
176176
this.#destroyResizer();
177+
this.editorTypeWidget.cleanup();
177178
}
178179

179180
async doRefresh(note: FNote) {

0 commit comments

Comments
 (0)