diff options
| author | Andy Rickert <andrew_rickert@brown.edu> | 2020-03-24 19:03:19 -0700 |
|---|---|---|
| committer | Andy Rickert <andrew_rickert@brown.edu> | 2020-03-24 19:03:19 -0700 |
| commit | 13e6b075154001ce33845a72454e3cd039a92670 (patch) | |
| tree | 86c455e47b7fcbbf9ab0bb77ca950bf054698bc2 /src/client/views/SearchDocBox.tsx | |
| parent | bf70d94b36cfe38be78ff9935ffecdbe354f1a28 (diff) | |
reaally pretty drop down menu functionality : )
Diffstat (limited to 'src/client/views/SearchDocBox.tsx')
| -rw-r--r-- | src/client/views/SearchDocBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/SearchDocBox.tsx b/src/client/views/SearchDocBox.tsx index 5a76a882f..c57f9e737 100644 --- a/src/client/views/SearchDocBox.tsx +++ b/src/client/views/SearchDocBox.tsx @@ -411,7 +411,7 @@ export class SearchDocBox extends React.Component<FieldViewProps> { <ContentFittingDocumentView {...this.props} Document={this.content} getTransform={this.props.ScreenToLocalTransform}> - s</ContentFittingDocumentView> + </ContentFittingDocumentView> <div style={{ position: "absolute", |
