SolarBean
SolarBean
I've encountered with the same problem when I use the drag preview of my own by using the code below. ``` useEffect(() => { preview(getEmptyImage(), { captureDraggingState: true }); },...
I came up with the same problem, one solution is that when `isDragging` is `true`, you set the `pane1Style` to `null`, but this solution results in a problem of dragging....
I'm having the same problem when downloading multiple files at the same time, but when I download files one by one asynchronously, it solves the problem.