发布

  • fix(dnd): use dataTransfer.types to guard dragover on WebView2 (#23)

    frostbyte_neo 发布于 2026-05-09 20:36:02 +00:00 | 336 次提交 在此版本后已推送到 main

    WebView2 (Windows) can have dragId as null when dragover fires on a
    folder/trash/lanes target, preventing e.preventDefault() from being
    called and blocking the drop. Check e.dataTransfer.types instead,
    which is always available during dragover across all browsers.

    下载附件