kit icon indicating copy to clipboard operation
kit copied to clipboard

Windows `drop()` functionality appears broken

Open DeanMarkTaylor opened this issue 2 years ago • 1 comments

Attempting to drop a file the "no drop" mouse cursor is displayed and drops are ignored: drop-scriptkit

// 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

DeanMarkTaylor avatar Jan 20 '23 22:01 DeanMarkTaylor

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.

gtapplec avatar May 30 '23 20:05 gtapplec