diff --git a/src/Selection.js b/src/Selection.js index 29b7b3e6e..4f7569938 100644 --- a/src/Selection.js +++ b/src/Selection.js @@ -341,7 +341,7 @@ class Selection { // Prevent emitting selectStart event until mouse is moved. // in Chrome on Windows, mouseMove event may be fired just after mouseDown event. - if (!old && !(w || h)) { + if (this.isClick(pageX, pageY) && !old && !(w || h)) { return }