-
-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Hi
I encountered a problem when using pointerDown events on DOM elements within the parent element. The functions are simply not being called.
<div ref={parent}>
<div>
<button
onPointerDown={() => {
console.log("Not calling the function");
}}
></button>
</div>
</div>;The only solution I have seen so far is to disable the library when manipulating elements with such events.
I would like to know if there is any other way to solve this problem or if it is a bug.
Metadata
Metadata
Assignees
Labels
No labels