added ts ignore

This commit is contained in:
Mossy1022 2025-02-03 11:12:06 -05:00
parent 7d797f3518
commit a81cdec5e7

View file

@ -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,