diff options
| author | laurawilsonri <laura_wilson@brown.edu> | 2019-02-25 20:58:11 -0500 |
|---|---|---|
| committer | laurawilsonri <laura_wilson@brown.edu> | 2019-02-25 20:58:11 -0500 |
| commit | 11327191e249382cc5d2551f1fd262d3a4ff25b9 (patch) | |
| tree | e8f9d796d707e9a4b88458315484afd50903ec47 /src/client/views/collections/CollectionView.tsx | |
| parent | 3ef178ab23eae665a7323ae54e14114a2b6e656e (diff) | |
ALL SETgit add -A
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index 6ab0f15c0..11cc6d28e 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -28,8 +28,6 @@ export const COLLECTION_BORDER_WIDTH = 2; @observer export class CollectionView extends React.Component<CollectionViewProps> { - private _focusOn: boolean = false; - public static LayoutString(fieldKey: string = "DataKey") { return `<CollectionView Document={Document} ScreenToLocalTransform={ScreenToLocalTransform} fieldKey={${fieldKey}} panelWidth={PanelWidth} panelHeight={PanelHeight} isSelected={isSelected} select={select} bindings={bindings} @@ -73,21 +71,6 @@ export class CollectionView extends React.Component<CollectionViewProps> { return false } - - - @computed - get isFocusOn() { return this._focusOn; } - - @action - showPreviewCursor() { - this._focusOn = true; - } - - @action - hidePreviewCursor() { - this._focusOn = false; - } - get collectionViewType(): CollectionViewType { let Document = this.props.Document; let viewField = Document.GetT(KeyStore.ViewType, NumberField); |
