mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
client: Fix mindmap in multiple tabs not working
This commit is contained in:
parent
49a373426e
commit
73ba913f59
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user