Skip to content

Commit

Permalink
fix: Set Project in Command Palette wrongly set priority
Browse files Browse the repository at this point in the history
  • Loading branch information
Odaimoko committed Aug 10, 2024
1 parent 2779101 commit 68954f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default class OdaPmToolPlugin extends Plugin {
id: 'set-project',
name: CmdPal_SetProject,
editorCallback: (editor: Editor, view: MarkdownView) => {
this.addPriorityToMdTask(editor, view);
this.addProjectToMdTask(editor, view);
}
});
this.addCommand({
Expand Down

0 comments on commit 68954f7

Please sign in to comment.