react-rnd icon indicating copy to clipboard operation
react-rnd copied to clipboard

BUG v10.4.13 The position of RND DIV was moved incorrectly, resulting in page display errors

Open FishOrBear opened this issue 1 year ago • 0 comments

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.

FishOrBear avatar Sep 26 '24 12:09 FishOrBear