mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-20 18:30:41 -05:00
client: Fix mindmap in multiple tabs not working
This commit is contained in:
@@ -37,9 +37,9 @@ export default class MindMapWidget extends TypeWidget {
|
||||
|
||||
if (!window.MindElixir) {
|
||||
await libraryLoader.requireLibrary(libraryLoader.MIND_ELIXIR);
|
||||
this.#initLibrary();
|
||||
}
|
||||
|
||||
|
||||
this.#initLibrary();
|
||||
await this.#loadData(note);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user