diff options
| author | madelinegr <mgriswold99@gmail.com> | 2019-06-14 18:24:01 -0400 | 
|---|---|---|
| committer | madelinegr <mgriswold99@gmail.com> | 2019-06-14 18:24:01 -0400 | 
| commit | 218c8b6476621ef0ffe151014f77bb1d506705a3 (patch) | |
| tree | 32685d7033cfed5cb9c539e327f8ec964482c680 /src/client/views/SearchItem.tsx | |
| parent | 19d5016acc3ff058a9665babb202e945c1fac766 (diff) | |
Zooming added to presentation, and done
Diffstat (limited to 'src/client/views/SearchItem.tsx')
| -rw-r--r-- | src/client/views/SearchItem.tsx | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/SearchItem.tsx b/src/client/views/SearchItem.tsx index 01c7316d6..101d893de 100644 --- a/src/client/views/SearchItem.tsx +++ b/src/client/views/SearchItem.tsx @@ -24,7 +24,7 @@ library.add(faFilm);  export class SearchItem extends React.Component<SearchProps> {      onClick = () => { -        DocumentManager.Instance.jumpToDocument(this.props.doc); +        DocumentManager.Instance.jumpToDocument(this.props.doc, false);      }      //needs help  | 
