Closed satya-imaginea closed 3 years ago
So far I don't reproduce that behavior, do you have a code sandbox/codepen/... which can reproduce the issue? The onStopResize
is being fired upon mouseup
event whereas the onResize
is fired upon mousemove
. Also in most cases you would not typically use both events for the same purpose, I mostly use onResize
when I have a 3d viewer which needs to be re-rendered when its container gets resized.
Closing due to inactivity and not reproducible case, feel free to reopen and provide a sandbox demo. Thanks
it is always been observed that the onStopResize is being called before onResize each time.