diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-15 11:59:50 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-15 11:59:50 -0400 |
| commit | 6c0b421db6aa3204bbc6e42139d240f503000b5d (patch) | |
| tree | efebc3cf992a5b3c4f3aea41e568adb8bdb4149a /src/client/views/nodes/DocumentView.tsx | |
| parent | c787b0eac374b4dabf6ede7ee40e77a28815d5c8 (diff) | |
fixed zoom fading somewhat.
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
| -rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 935540af1..bcd746024 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -28,7 +28,6 @@ import React = require("react"); export interface DocumentViewProps { ContainingCollectionView: Opt<CollectionView | CollectionPDFView | CollectionVideoView>; Document: Document; - opacity: number; addDocument?: (doc: Document, allowDuplicates?: boolean) => boolean; removeDocument?: (doc: Document) => boolean; moveDocument?: (doc: Document, targetCollection: Document, addDocument: (document: Document) => boolean) => boolean; |
