react-dnd / react-dnd

Drag and Drop for React

Home Page:http://react-dnd.github.io/react-dnd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

default screen shot bug,record other component which on the draggable component

18888628835 opened this issue · comments

commented

here is an example:

https://codesandbox.io/s/objective-wildflower-qft9mx?file=/src/Container.tsx

and a gif:

Aug-18-2023 20-34-42

there is a div tag on the last child component with position:absolute.

but when I drag the last child, I can get a preview image like the following:

image

how can I fix this bug? I hope I get only last child without other one.