Skip to content

Commit

Permalink
Merge pull request #36 from dartungar/dev
Browse files Browse the repository at this point in the history
bug fixes for sidebar
  • Loading branch information
dartungar committed Apr 17, 2023
2 parents ebb41e3 + 1b44d22 commit 8371266
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export default class SimpleNoteReviewPlugin extends Plugin {
name: "Start reviewing notes",
callback: () => {
this.startReview();
this.activateView();
},
});

Expand All @@ -122,7 +121,6 @@ export default class SimpleNoteReviewPlugin extends Plugin {
name: "Continue reviewing notes",
callback: () => {
this.startReview();
this.activateView();
}
});

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": "simple-note-review",
"name": "Simple Note Review",
"version": "0.8.0",
"version": "0.8.1",
"minAppVersion": "1.1.0",
"description": "Simple, customizable plugin for easy note review, resurfacing & repetition.",
"author": "dartungar",
Expand Down

0 comments on commit 8371266

Please sign in to comment.