From 94da6baf9bf9f2adbbc715a8773c41a9759b700b Mon Sep 17 00:00:00 2001 From: exoticknight Date: Tue, 28 Jan 2025 12:33:40 +0800 Subject: [PATCH] refactor: rename MyPlugin to QuickNavPlugin for clarity --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index cb13e2f..15e018a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -9,7 +9,7 @@ import { Command, EditorView } from "@codemirror/view"; import { CursorMove, CursorSelect } from "./codeMirrorCommand"; import { Platform } from "./constraints"; -export default class MyPlugin extends Plugin { +export default class QuickNavPlugin extends Plugin { async onload() { let platform: Platform = Platform.Windows; if (OBPlatform.isMacOS) {