fix(mermaid): code background stuck after navigating to new note

This commit is contained in:
Elian Doran 2025-05-29 14:35:40 +03:00
parent ae5421902b
commit 9fadc9341a
No known key found for this signature in database

View File

@ -174,6 +174,7 @@ export default abstract class AbstractSplitTypeWidget extends TypeWidget {
cleanup(): void {
this.#destroyResizer();
this.editorTypeWidget.cleanup();
}
async doRefresh(note: FNote) {