Skip to content

Commit

Permalink
fix: Fix insert command removal
Browse files Browse the repository at this point in the history
Merge pull request #1482 from madigan/bug-1481/fix-duplicate-hotkey-definitions
  • Loading branch information
Zachatoo authored Oct 11, 2024
2 parents 1c6241a + 38347bc commit 13c28eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/CommandHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class CommandHandler {
`${this.plugin.manifest.id}:create-${template}`
);
app.commands.removeCommand(
`${this.plugin.manifest.id}:insert-${template}`
`${this.plugin.manifest.id}:${template}`
);
}
}
Expand Down

0 comments on commit 13c28eb

Please sign in to comment.