From a81cdec5e73b45bd94c0af46186a50f5014964b8 Mon Sep 17 00:00:00 2001 From: Mossy1022 Date: Mon, 3 Feb 2025 11:12:06 -0500 Subject: [PATCH] added ts ignore --- main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/main.ts b/main.ts index 798b735..732c68d 100644 --- a/main.ts +++ b/main.ts @@ -2079,6 +2079,7 @@ export default class ScGraphView extends Plugin { // Create a new leaf in the current workspace let leaf = this.app.workspace.getRightLeaf(false); // Set the new leaf's view to your custom view + // @ts-ignore leaf.setViewState({ type: "smart-connections-visualizer", active: true,