This is a browser bug.
Overview of the problem
I'm using re-resizable version [6.9.9]
My browser is: Firefox
I am sure this issue is not a duplicate? I could not find anything related.
Description
Steps to Reproduce
- Have a div with an onClick event.
- Create a resizable element inside that div
- Resize the element
https://codesandbox.io/s/d9ftct
Expected behavior
I expect the parent div's onClick event not to trigger
Actual behavior
The onClick event triggers