diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-04 15:06:30 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-04 15:06:30 -0400 |
| commit | 43f0db3b59366c65a4051db6b0f8b67b13f98a67 (patch) | |
| tree | fe7cd694a0826c85232912a1af99df76a153c29b /src/client/views/search/SearchBox.tsx | |
| parent | 676bccaba5055e694fcea20e02727e3f5f321131 (diff) | |
got rid of special-case code for _searchDOc in stackingview.
Diffstat (limited to 'src/client/views/search/SearchBox.tsx')
| -rw-r--r-- | src/client/views/search/SearchBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index 4f9d75705..696da0c9a 100644 --- a/src/client/views/search/SearchBox.tsx +++ b/src/client/views/search/SearchBox.tsx @@ -1010,7 +1010,6 @@ export class SearchBox extends ViewBoxBaseComponent<FieldViewProps, SearchBoxDoc //Make id layour document render() { this.props.Document._chromeStatus === "disabled"; - this.props.Document._searchDoc = true; let cols = Cast(this.props.Document._schemaHeaders, listSpec(SchemaHeaderField), []).length; let length = 0; cols > 5 ? length = 1076 : length = cols * 205 + 51; |
