diff options
author | bobzel <zzzman@gmail.com> | 2020-08-15 20:38:39 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-15 20:38:39 -0400 |
commit | 0f50185738a1bef1e5f015b269ae022c60eba8e6 (patch) | |
tree | 996d2358e404360619f357e05735229d7f26bef7 /src/client/views/nodes/formattedText/DashDocView.tsx | |
parent | 9aeb0b8e94deb17c0c5364d5209e93ef981c4828 (diff) |
cleaned up console.logs. fixed updating lastModified for SOLR
Diffstat (limited to 'src/client/views/nodes/formattedText/DashDocView.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/DashDocView.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/formattedText/DashDocView.tsx b/src/client/views/nodes/formattedText/DashDocView.tsx index 212da3f3d..145ee8c2e 100644 --- a/src/client/views/nodes/formattedText/DashDocView.tsx +++ b/src/client/views/nodes/formattedText/DashDocView.tsx @@ -114,7 +114,7 @@ export class DashDocView extends React.Component<IDashDocView> { } /*endregion*/ - componentWillMount = () => { + componentWillUnmount = () => { this._reactionDisposer?.(); } @@ -254,7 +254,7 @@ export class DashDocView extends React.Component<IDashDocView> { whenActiveChanged={returnFalse} bringToFront={emptyFunction} dontRegisterView={false} - docFilters={this.props.tbox?.props.docFilters||returnEmptyFilter} + docFilters={this.props.tbox?.props.docFilters || returnEmptyFilter} ContainingCollectionView={this._textBox.props.ContainingCollectionView} ContainingCollectionDoc={this._textBox.props.ContainingCollectionDoc} ContentScaling={this.contentScaling} |