testing 2

This commit is contained in:
celeste 2023-03-25 18:24:20 -07:00
parent 58dffaca32
commit bdca02ce7a

View file

@ -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);
}
)
);