Skip to content

Commit

Permalink
Correct remove publish flag commmand behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
oleeskild committed Sep 27, 2023
1 parent ab9a859 commit 7a81324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ export default class DigitalGarden extends Plugin {
id: "dg-unmark-note-for-publish",
name: "Remove publish flag",
callback: async () => {
this.setPublishFlagValue(true);
this.setPublishFlagValue(false);
},
});

Expand Down

0 comments on commit 7a81324

Please sign in to comment.