aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.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/collections/CollectionSchemaView.tsx
parent4324641522b035edb4a803401263bb732b98ab16 (diff)
parentad87140f4a52984d754c06fcb55e66a0cc935ce2 (diff)
Merge pull request #196 from browngraphicslab/glChanges
Some golden layout changes
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
-rw-r--r--src/client/views/collections/CollectionSchemaView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx
index 568949efb..b54e8aff0 100644
--- a/src/client/views/collections/CollectionSchemaView.tsx
+++ b/src/client/views/collections/CollectionSchemaView.tsx
@@ -235,7 +235,6 @@ export class CollectionSchemaView extends CollectionSubView(doc => doc) {
onPointerDown = (e: React.PointerEvent): void => {
if (e.button === 0 && !e.altKey && !e.ctrlKey && !e.metaKey) {
if (this.props.isSelected()) e.stopPropagation();
- else e.preventDefault();
}
}