diff options
author | bob <bcz@cs.brown.edu> | 2019-06-24 13:23:28 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-06-24 13:23:28 -0400 |
commit | 6df09d7d646c16e6469b198e7d270b6a1e45b0c7 (patch) | |
tree | cb99be157e101408068f455d2846b10fa2f4aa08 /src/client/views/collections/CollectionBaseView.tsx | |
parent | e7da3532dea3f51ffbd432e7ea64f4a34f651e08 (diff) |
fixes for templates with annotations and more.
Diffstat (limited to 'src/client/views/collections/CollectionBaseView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionBaseView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionBaseView.tsx b/src/client/views/collections/CollectionBaseView.tsx index 75bdf755c..79a9f3be0 100644 --- a/src/client/views/collections/CollectionBaseView.tsx +++ b/src/client/views/collections/CollectionBaseView.tsx @@ -100,7 +100,6 @@ export class CollectionBaseView extends React.Component<CollectionViewProps> { } return false; } - @computed get isAnnotationOverlay() { return this.props.fieldKey === "annotations"; } @action.bound addDocument(doc: Doc, allowDuplicates: boolean = false): boolean { |