Skip to content

Commit

Permalink
fix: 🐛 Incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Jan 16, 2022
1 parent 05c3d40 commit 40f1e24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { getFields } from "./sharedFunctions";
import DucksView from "./Views/DucksView";
import MatrixView from "./Views/MatrixView";
import StatsView from "./Views/StatsView";
import {buildCMPlugin, drawTrail, UPDATE_LP_VIEW, updateLPView} from "./Views/TrailView";
import { buildCMPlugin, drawTrail, updateLPView } from "./Views/TrailView";
import TreeView from "./Views/TreeView";
import { VisModal } from "./Visualisations/VisModal";

Expand Down Expand Up @@ -292,6 +292,7 @@ export default class BCPlugin extends Plugin {
() => new VisModal(this.app, this).open()
);

//@ts-ignore
this.registerEditorExtension(buildCMPlugin(this));
console.log("Registered editor extension");

Expand Down

0 comments on commit 40f1e24

Please sign in to comment.