diff options
author | kimdahey <claire_kim1@brown.edu> | 2019-07-30 13:49:09 -0400 |
---|---|---|
committer | kimdahey <claire_kim1@brown.edu> | 2019-07-30 13:49:09 -0400 |
commit | 36ac0409b2a7a752727eaf2fc289d8cc72487619 (patch) | |
tree | d01daa2ea28cb91ded631f7ed2aed24c143e68ec /src | |
parent | 6957339025bcc89482fac0fc7ca803966ff3ca6d (diff) |
small fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index c6e889bb5..fb31989a5 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -30,7 +30,6 @@ export class CollectionStackingView extends CollectionSubView(doc => doc) { _sectionFilterDisposer?: IReactionDisposer; _docXfs: any[] = []; _columnStart: number = 0; - _toggleTitle: string = "author mode"; @observable private cursor: CursorProperty = "grab"; get sectionHeaders() { return Cast(this.props.Document.sectionHeaders, listSpec(SchemaHeaderField)); } @computed get chromeCollapsed() { return this.props.chromeCollapsed; } |