aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.tsx
diff options
context:
space:
mode:
authortschicke-brown <tyler_schicke@brown.edu>2019-07-08 13:41:59 -0400
committerGitHub <noreply@github.com>2019-07-08 13:41:59 -0400
commitb2dc1c1d5e31a6241851d418db3a64ae6ca4dde8 (patch)
tree48fc22aefbd29518f82e6ef8a042adeca468a8b2 /src/client/views/nodes/VideoBox.tsx
parent4324641522b035edb4a803401263bb732b98ab16 (diff)
parentad87140f4a52984d754c06fcb55e66a0cc935ce2 (diff)
Merge pull request #196 from browngraphicslab/glChanges
Some golden layout changes
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
-rw-r--r--src/client/views/nodes/VideoBox.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx
index 1239b498f..264d3c1f7 100644
--- a/src/client/views/nodes/VideoBox.tsx
+++ b/src/client/views/nodes/VideoBox.tsx
@@ -119,7 +119,6 @@ export class VideoBox extends DocComponent<FieldViewProps, VideoDocument>(VideoD
});
}
onPointerDown = (e: React.PointerEvent) => {
- e.preventDefault();
e.stopPropagation();
}