aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionFreeFormView.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-03-12 09:32:55 -0400
committerbob <bcz@cs.brown.edu>2019-03-12 09:32:55 -0400
commit1b2eac89b8f88358ecf1ba0e782c90379090b9c8 (patch)
treeeaedb7d4b039be087a9dff95d81c9f46dd1fab9d /src/client/views/collections/CollectionFreeFormView.tsx
parentc1e1e373b8b9afc68df8dcbbe38990378909d38f (diff)
minor fixes.
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.tsx')
-rw-r--r--src/client/views/collections/CollectionFreeFormView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.tsx b/src/client/views/collections/CollectionFreeFormView.tsx
index 989347126..761c3ba56 100644
--- a/src/client/views/collections/CollectionFreeFormView.tsx
+++ b/src/client/views/collections/CollectionFreeFormView.tsx
@@ -210,6 +210,7 @@ export class CollectionFreeFormView extends CollectionViewBase {
@action
onPointerWheel = (e: React.WheelEvent): void => {
+ this.props.select(false);
e.stopPropagation();
e.preventDefault();
let coefficient = 1000;