Skip to content
Snippets Groups Projects
Unverified Commit b5f805fb authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Merge pull request #1414 from paulkaplan/lower-click-threshold

Lower long and double click timing to 400ms to match scratch 2
parents 8296c2f2 3804ecb0
No related branches found
No related tags found
No related merge requests found
...@@ -201,7 +201,7 @@ class Stage extends React.Component { ...@@ -201,7 +201,7 @@ class Stage extends React.Component {
mouseDownPosition: mousePosition, mouseDownPosition: mousePosition,
mouseDownTimeoutId: setTimeout( mouseDownTimeoutId: setTimeout(
this.onStartDrag.bind(this, mousePosition[0], mousePosition[1]), this.onStartDrag.bind(this, mousePosition[0], mousePosition[1]),
500 400
) )
}); });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment