diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-17 12:07:55 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-17 12:07:55 -0400 |
| commit | 1319573481868f2647259fce37cd15b35c3cafad (patch) | |
| tree | 6f028f2a185308b4fbf5ea2476c20fdcadd562c9 /src/client/views/collections/collectionFreeForm | |
| parent | 9c82d21123aaaa745a33e9dfe8775ef1db73c035 (diff) | |
fixed onactivechanged exception. restored preview region
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 97708ce19..80322c900 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -248,7 +248,7 @@ export class CollectionFreeFormView extends CollectionSubView { ContainingCollectionView: this.props.CollectionView, focus: this.focusDocument, parentActive: this.props.active, - onActiveChanged: this.props.active, + whenActiveChanged: this.props.active, }; } |
