Skip to content

Commit

Permalink
fix: Hotkeys being unset from 2.8.0 release, you will need to set the…
Browse files Browse the repository at this point in the history
…m up again if you set them up again while having 2.8.0 installed

refs: #1480
  • Loading branch information
Zachatoo committed Oct 10, 2024
1 parent f58fc1d commit 39fd26d
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 @@ -85,7 +85,7 @@ export class CommandHandler {

if (new_template) {
this.plugin.addCommand({
id: `insert-${new_template}`,
id: new_template,
name: `Insert ${new_template}`,
icon: "templater-icon",
callback: () => {
Expand Down

0 comments on commit 39fd26d

Please sign in to comment.