Skip to content

[PATCH][BUGFIX] 2.0.2

Compare
Choose a tag to compare
@ealush ealush released this 27 Jan 14:05
· 540 commits to master since this release

To support the diversities picker long-click functionality, I used onMouseDown, and remove the click handler, meaning nothing prevents its default.

Clicking emojis added a shebang(#!) to the url, and in react router apps triggered a re-render.

Here I add a preventDefault handler for the picker that stops this from happening.

Related to:
#50