You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use an internal member to check if control onMouseDown should act and remove logic to bail out from an event if someone else listening to the event (usually in a capture phase) has called preventDefault().
6
+
7
+
This change was initiated to fix the interop between react-select and react-beautiful-dnd.
8
+
But has meaning on its own because it is pretty clear that using the `defaultPrevented` event property for custom logic is a really bad practice.
9
+
So, another way to filter when we want to trigger control onMouseDown normal logic has to be better defined and developed.
0 commit comments