Skip to content

[PATCH][BUGFIX] 1.7.2

Compare
Choose a tag to compare
@ealush ealush released this 27 Jan 13:30
· 544 commits to master since this release

This is a bugfix for 1.7.x versions. New features will only be added to 2.0.x

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