We found that the click suppression was a little too aggressive for users with less mousing accuracy. They would attempt to click and trigger a small drag. Which then suppressed the click event and prevented the action they intended to complete.
I chose not to attempt to remove the code as it was very clearly intentionally added. Instead I provided a means for consumers to customize the interaction to their needs.
By adding a configurable suppression minimum distance it allows the consumer of dnd to choose when to suppress clicks.
We found that the click suppression was a little too aggressive for users with less mousing accuracy. They would attempt to click and trigger a small drag. Which then suppressed the click event and prevented the action they intended to complete.
I chose not to attempt to remove the code as it was very clearly intentionally added. Instead I provided a means for consumers to customize the interaction to their needs.
By adding a configurable suppression minimum distance it allows the consumer of dnd to choose when to suppress clicks.
I'm open to alternatives.
@marcojakob