diff options
Diffstat (limited to 'src/client/views/SearchDocBox.tsx')
| -rw-r--r-- | src/client/views/SearchDocBox.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/SearchDocBox.tsx b/src/client/views/SearchDocBox.tsx index c57f9e737..e66de39d4 100644 --- a/src/client/views/SearchDocBox.tsx +++ b/src/client/views/SearchDocBox.tsx @@ -410,8 +410,9 @@ export class SearchDocBox extends React.Component<FieldViewProps> { <div style={{ pointerEvents: "all" }}> <ContentFittingDocumentView {...this.props} Document={this.content} + rootSelected={returnFalse} getTransform={this.props.ScreenToLocalTransform}> - </ContentFittingDocumentView> + </ContentFittingDocumentView> <div style={{ position: "absolute", |
