diff options
| author | bobzel <zzzman@gmail.com> | 2020-09-08 22:57:51 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-09-08 22:57:51 -0400 |
| commit | f5c00261d8d936abdec22abfae94dd972c0f9e4a (patch) | |
| tree | bb98cca953eeaf931d9d9bf1be67bc730bebcf7a /src/client/views/collections/CollectionSubView.tsx | |
| parent | a0a139eed60251c1a4ab3da374c548774c1e8585 (diff) | |
fixed presbox, videobox and some others to set NativeWidth/Height properly.
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 37212a0fa..81f3ddad2 100644 --- a/src/client/views/collections/CollectionSubView.tsx +++ b/src/client/views/collections/CollectionSubView.tsx @@ -28,7 +28,6 @@ export interface CollectionViewProps extends FieldViewProps { PanelWidth: () => number; PanelHeight: () => number; VisibleHeight?: () => number; - childIgnoreNativeSize?: boolean; setPreviewCursor?: (func: (x: number, y: number, drag: boolean) => void) => void; rootSelected: (outsideReaction?: boolean) => boolean; fieldKey: string; |
