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) {