Open jonathandsouza opened 4 months ago
2.0.6
https://codesandbox.io/p/sandbox/reactjs-popup-issue-template-forked-nkjvtd
Clicking on the trigger, should not propagate the event to the parent anchor tag, causing page navigation.
Clicking on the trigger, causes event to propagate and will cause a page navigation.
Raised a PR https://github.com/yjose/reactjs-popup/pull/355
Version
2.0.6
Test Case
https://codesandbox.io/p/sandbox/reactjs-popup-issue-template-forked-nkjvtd
Expected Behavior
Clicking on the trigger, should not propagate the event to the parent anchor tag, causing page navigation.
Actual Behavior
Clicking on the trigger, causes event to propagate and will cause a page navigation.