shards icon indicating copy to clipboard operation
shards copied to clipboard

Should display file pick dialog when using FS.FileDialog with `shards` executed from CLI

Open ccfontes opened this issue 2 years ago • 0 comments

Describe the bug When using FS.FileDialog with shards executed from the CLI, file pick dialog is not displayed.

To Reproduce

@wire(load-file {
  FS.FileDialog | Log
})

@mesh(file-mesh)
@schedule(file-mesh load-file)
@run(file-mesh FPS: 30)

Expected behavior Should display file pick dialog when using FS.FileDialog with shards executed from the CLI.

ccfontes avatar Oct 25 '23 07:10 ccfontes