diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-03-18 06:40:43 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-03-18 06:40:43 -0400 |
| commit | 7859d3c9902d6d15666cce6a93a24cfba6ffdf32 (patch) | |
| tree | 0ef35c3231cdcf3208ea7111fad55cb472b1f624 /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | 5a2551c83e451823c7d3176a5dbac9adca34dea1 (diff) | |
| parent | 6df4833c13921dd6d69d05fa979398356d438c71 (diff) | |
Merged, added delete all route, and added history to workspaces
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index 957fd0fca..0e8ad44c9 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -155,11 +155,11 @@ export class CollectionSchemaView extends CollectionViewBase { // e.preventDefault(); // } else { - if (e.buttons === 1) { - if (this.props.isSelected()) { - e.stopPropagation(); - } - } + // if (e.buttons === 1) { + // if (this.props.isSelected()) { + // e.stopPropagation(); + // } + // } } } |
