vue-draggable-resizable
vue-draggable-resizable copied to clipboard
fix: use math.modulo to fix decimals bug of
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 ...