mirror of
https://github.com/cosmicoptima/loom.git
synced 2026-07-22 07:40:25 +00:00
testing 2
This commit is contained in:
parent
58dffaca32
commit
bdca02ce7a
1 changed files with 2 additions and 1 deletions
3
main.ts
3
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);
|
||||
}
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue