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

pull/2055/head
Elian Doran 2025-05-29 14:35:40 +07:00
parent ae5421902b
commit 9fadc9341a
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

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