refactor: rename MyPlugin to QuickNavPlugin for clarity

This commit is contained in:
exoticknight 2025-01-28 12:33:40 +08:00
parent 705ebaa44c
commit 94da6baf9b

View file

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