react-rnd
react-rnd copied to clipboard
BUG v10.4.13 The position of RND DIV was moved incorrectly, resulting in page display errors
Originally, the generated DIV was like this
<>
<container>
<rnd_div_drag>
<>
Now some computers generate it like this
<>
<rnd_div_drag>
<container>
<>
This causes the container rendering position to be wrong.