mirror of
https://github.com/exoticknight/quick-nav.git
synced 2026-07-22 05:37:37 +00:00
refactor: rename MyPlugin to QuickNavPlugin for clarity
This commit is contained in:
parent
705ebaa44c
commit
94da6baf9b
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue