kit
kit copied to clipboard
Windows `drop()` functionality appears broken
Attempting to drop a file the "no drop" mouse cursor is displayed and drops are ignored:

// Name: Drop Test
import "@johnlindquist/kit"
let files = await drop();
let filePath = files[0].path;
await div(md(filePath));
Kit 1.40.62 Electron 22.0.0 win32 10.0.19045 Locale: en-GB
Hi @DeanMarkTaylor, not sure if this is a viable option for you or not. I had the same issue, I updated to 1.62.5 and this appears to have resolved the issue for me.