Skip to content
Snippets Groups Projects
Commit 38179e17 authored by Jake Bartles's avatar Jake Bartles
Browse files

reverted changes to see if bugs go away

parent 7e033818
Branches
Tags
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment