From bdca02ce7a72ae7cf2c22e2539128a7b22d46896 Mon Sep 17 00:00:00 2001 From: celeste Date: Sat, 25 Mar 2023 18:24:20 -0700 Subject: [PATCH] testing 2 --- main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.ts b/main.ts index d089975..fcbc7ad 100644 --- a/main.ts +++ b/main.ts @@ -1281,7 +1281,8 @@ class LoomView extends ItemView { filters: [{ extensions: ["json"] }], }).then( (path: string | undefined) => { - if (path) this.app.workspace.trigger("loom:export", path); + // if (path) this.app.workspace.trigger("loom:export", path); + console.log(path); } ) );