Skip to content

Commit

Permalink
Buttons do not receive touch ev bug fix
Browse files Browse the repository at this point in the history
Componets out of the pixel grid do not receive the touch event on mobile
  • Loading branch information
jvalen committed Sep 22, 2018
1 parent 2b88465 commit e44e118
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/drawHandlersProvider.js
@@ -1,6 +1,5 @@
const drawHandlersProvider = component => ({
onMouseUp(ev) {
ev.preventDefault();
onMouseUp() {
component.setState({
dragging: false
});
Expand Down

0 comments on commit e44e118

Please sign in to comment.