kit
kit copied to clipboard
Drop is not returing `path` on MacOS to Sequoia
let filePath = await drop()
dev(filePath)
after I drop files from finder:
Huh, interesting, looks like an API must have changed on me under the hood. Investigating...
Looks like I missed a breaking change note: https://www.electronjs.org/docs/latest/breaking-changes#removed-filepath
I'll get it fixed ASAP and post another release.
@achtan Can you test drop with this build?
https://github.com/script-kit/app/releases/tag/v3.1.13
@johnlindquist it's working! thanks