diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-03-17 23:49:14 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-03-17 23:49:14 -0400 |
commit | bf257dfcdb106e73e2e64c384f8f2d3646118376 (patch) | |
tree | d2f0bfd724e613ddab97c6db792969ebbc6e896a /src | |
parent | 405a47781d73a64b8e452ed5cae6e8fbd0e3cf0e (diff) |
fixed context menus on schema views.
Diffstat (limited to 'src')
-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 8c1aeef2c..f88a62a0f 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -153,11 +153,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(); + // } + // } } } |