mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02: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) {
|
if (!window.MindElixir) {
|
||||||
await libraryLoader.requireLibrary(libraryLoader.MIND_ELIXIR);
|
await libraryLoader.requireLibrary(libraryLoader.MIND_ELIXIR);
|
||||||
this.#initLibrary();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.#initLibrary();
|
||||||
await this.#loadData(note);
|
await this.#loadData(note);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user