vue-draggable-resizable icon indicating copy to clipboard operation
vue-draggable-resizable copied to clipboard

fix: use math.modulo to fix decimals bug of

Open joenix opened this issue 4 years ago • 0 comments

when i set w & h of grid dynamically, for example: width is 37.7px, parent width is 377px, then modulo calculate has bug as '37.699999999999974' then, minW and minH will be calculated incorrectly ...

joenix avatar Sep 10 '21 10:09 joenix