Skip to content

Commit

Permalink
Merge branch 'master' into chore/obsidian-1-1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Quorafind committed Jan 11, 2023
2 parents d13e534 + 01f6c4f commit 393e7ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion canvasMindMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ export default class CanvasMindMap extends Plugin {
save: true,
});
}

canvas.deselectAll();
canvas.addNode(tempChildNode);

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "canvas-mindmap",
"name": "Canvas Mindmap",
"version": "0.0.6",
"version": "0.0.7",
"minAppVersion": "1.1.0",
"description": "A plugin to make your canvas work like a mindmap.",
"author": "Boninall",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "canvas-mindmap",
"version": "0.0.6",
"version": "0.0.7",
"description": "A plugin to make your canvas work like a mindmap.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"0.0.3": "1.1.0",
"0.0.4": "1.1.0",
"0.0.5": "1.1.0",
"0.0.6": "1.1.0"
"0.0.6": "1.1.0",
"0.0.7": "1.1.0"
}

0 comments on commit 393e7ef

Please sign in to comment.