diff --git a/src/index.js b/src/index.js index cc7b381a..4ccfec41 100644 --- a/src/index.js +++ b/src/index.js @@ -502,7 +502,9 @@ if (event.button === 2 || this.props.disabled) { return; } - + + event.stopPropagation() + this.copyTouchKeys(event); this.moved = false;