diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-06-26 16:49:42 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-06-26 16:49:42 -0400 |
| commit | 1e85e70295aedce1e1e82475e931084c08243c25 (patch) | |
| tree | c069375095fb53990dc53e7069f754990aec77af /src/client/views/SearchItem.tsx | |
| parent | 914eb8cb8e8ba25f3adb31da01bd005fb3bce234 (diff) | |
| parent | deb85766ac5648cc8e3ab4bf9d182ac5bbbbe144 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into pdf_snippet
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 6901f60da..13e4b88f7 100644 --- a/src/client/views/SearchItem.tsx +++ b/src/client/views/SearchItem.tsx @@ -20,7 +20,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 |
