diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-05-28 12:50:09 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-05-28 12:50:09 +0530 |
| commit | ab2a7c680ad2100582ac981a3aa2b05be73f0318 (patch) | |
| tree | 05068424d13da0a34584f2c0b929e5e67575a70c /src/client/views/collections/CollectionView.tsx | |
| parent | 560ca031c14d4b6524d2bb38b76c26ce2a8adff2 (diff) | |
| parent | f8945f5ec45e357ca5e0a483025f85425a8a1843 (diff) | |
fixed merge
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index d1fbb445d..1beddfba9 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -92,7 +92,7 @@ export interface CollectionRenderProps { export class CollectionView extends Touchable<FieldViewProps & CollectionViewCustomProps> { public static LayoutString(fieldStr: string) { return FieldView.LayoutString(CollectionView, fieldStr); } - private _isChildActive = false; //TODO should this be observable? + _isChildActive = false; //TODO should this be observable? get _isLightboxOpen() { return BoolCast(this.props.Document.isLightboxOpen); } set _isLightboxOpen(value) { this.props.Document.isLightboxOpen = value; } @observable private _curLightboxImg = 0; |
