mirror of
https://github.com/mossy1022/Smart-Connections-Visualizer.git
synced 2026-07-22 10:20:27 +00:00
added ts ignore
This commit is contained in:
parent
7d797f3518
commit
a81cdec5e7
1 changed files with 1 additions and 0 deletions
1
main.ts
1
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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue