mauricius / vue-draggable-resizable

Vue3 Component for draggable and resizable elements.
https://mauricius.github.io/vue-draggable-resizable/
MIT License
3.33k stars 559 forks source link

fix: use math.modulo to fix decimals bug of #320

Open joenix opened 3 years ago

joenix commented 3 years ago

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 ...