Skip to content

Commit

Permalink
0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zsviczian committed May 8, 2022
1 parent b20dcd9 commit bf8de3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "excalibrain",
"name": "ExcaliBrain",
"version": "0.0.7",
"version": "0.0.8",
"minAppVersion": "0.14.0",
"description": "A clean, intuitive and editable graph view for Obsidian",
"author": "Zsolt Viczian",
Expand Down
4 changes: 4 additions & 0 deletions src/Scene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,10 @@ export class Scene {
self.blockUpdateTimer = false;
return; //don't reload the file if it has not changed
}

if(!self.plugin.pages.get(rootFile.path)) {
await self.plugin.createIndex();
}

this.addToHistory(rootFile.path);
self.centralPagePath = rootFile.path;
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"0.0.7": "0.14.0"
"0.0.8": "0.14.0"
}

0 comments on commit bf8de3d

Please sign in to comment.