diff options
| author | bob <bcz@cs.brown.edu> | 2019-10-15 13:42:13 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-10-15 13:42:13 -0400 |
| commit | 03f86e3b7b450699073c47aa43af23d31e0765d4 (patch) | |
| tree | 74a5066ca8f15cab25a626894edf8ea9e46d01cb /src/client/views/collections/CollectionSubView.tsx | |
| parent | 69d822d6c68b69e5bfeeff03942ea9bab71cecc3 (diff) | |
extensions for linearViews or nesting.
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 6e8e4fa12..fdbe5339d 100644 --- a/src/client/views/collections/CollectionSubView.tsx +++ b/src/client/views/collections/CollectionSubView.tsx @@ -33,7 +33,6 @@ export interface CollectionViewProps extends FieldViewProps { VisibleHeight?: () => number; chromeCollapsed: boolean; setPreviewCursor?: (func: (x: number, y: number, drag: boolean) => void) => void; - showHiddenControls?: boolean; // hack for showing the undo/redo/ink controls in a linear view -- needs to be redone } export interface SubCollectionViewProps extends CollectionViewProps { |
