From 69aefc1f745e8189babb70dd65c536ef0cc1a9da Mon Sep 17 00:00:00 2001 From: Arkadiusz Zalewski Date: Thu, 16 Nov 2017 16:09:59 +0100 Subject: [PATCH] Stop propagation. This allows to work with nested Reorder components. --- src/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;