From 9d11f01ca3c9adb0efa4ca81fc3241430922ec54 Mon Sep 17 00:00:00 2001 From: Fevol Date: Wed, 6 Mar 2024 18:16:15 +0100 Subject: [PATCH] fix: parser submodule not being the recent version --- src/main.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index ae39575..c44f661 100644 --- a/src/main.ts +++ b/src/main.ts @@ -196,8 +196,6 @@ export default class CommentatorPlugin extends Plugin { } this.registerEvent(cmenuCommands); - // this.registerEvent(file_view_modes); - for (const command of commands(this)) this.addCommand(command);