diff --git a/src/handlers/CommandHandler.ts b/src/handlers/CommandHandler.ts index db4ff7b4..ef016788 100644 --- a/src/handlers/CommandHandler.ts +++ b/src/handlers/CommandHandler.ts @@ -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}` ); } }