diff options
| author | bob <bcz@cs.brown.edu> | 2020-02-11 10:45:05 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-02-11 10:45:05 -0500 |
| commit | 07fa40d04c7cc7b0006da69648c13ee54bcd4d27 (patch) | |
| tree | f218a347b10b568718f54b2a092e600453d29cde /src/client/views/collections/CollectionSubView.tsx | |
| parent | bac95953f7f09c9356022034c0fe5d610ab7abe3 (diff) | |
fixes for chrome for presBox
Diffstat (limited to 'src/client/views/collections/CollectionSubView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSubView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSubView.tsx b/src/client/views/collections/CollectionSubView.tsx index d71bad647..293a8491a 100644 --- a/src/client/views/collections/CollectionSubView.tsx +++ b/src/client/views/collections/CollectionSubView.tsx @@ -33,7 +33,6 @@ export interface CollectionViewProps extends FieldViewProps { PanelWidth: () => number; PanelHeight: () => number; VisibleHeight?: () => number; - chromeCollapsed: boolean; setPreviewCursor?: (func: (x: number, y: number, drag: boolean) => void) => void; fieldKey: string; } |
