From 38179e175ba63138862556f23fa837584b247f3d Mon Sep 17 00:00:00 2001 From: Jake Bartles <bartljak@gmail.com> Date: Wed, 4 Oct 2017 13:08:36 -0400 Subject: [PATCH] reverted changes to see if bugs go away --- src/containers/stage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/stage.jsx b/src/containers/stage.jsx index efe244153..c34aa4d5f 100644 --- a/src/containers/stage.jsx +++ b/src/containers/stage.jsx @@ -179,7 +179,7 @@ class Stage extends React.Component { this.updateRect(); const {x, y} = getEventXY(e); const mousePosition = [x - this.rect.left, y - this.rect.top]; - if (e.which === 1) { + if (true) { this.setState({ mouseDown: true, mouseDownPosition: mousePosition, -- GitLab