Skip to content
Snippets Groups Projects
Commit 3804ecb0 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Lower long and double click timing to 400ms to match scratch 2

parent c2ab92e2
Branches
Tags
No related merge requests found
......@@ -201,7 +201,7 @@ class Stage extends React.Component {
mouseDownPosition: mousePosition,
mouseDownTimeoutId: setTimeout(
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.
Please register or to comment