diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-07-30 19:36:44 -0400 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-07-30 19:36:44 -0400 |
commit | 53b8bd7ff75ee500c999a4cbc87ed75e59ef1c21 (patch) | |
tree | 90edaa9f331d7f62f4f44adbb1b3ba54484bafdb /src | |
parent | d267b4fae181d52d3862fe5a2b1a719fdaa180a5 (diff) | |
parent | 5a4c52a3f41fcafab4b44d7e4a9b221b6e29a2bd (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/presentationview/PresentationView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/presentationview/PresentationView.tsx b/src/client/views/presentationview/PresentationView.tsx index c0251f20b..bea70f00b 100644 --- a/src/client/views/presentationview/PresentationView.tsx +++ b/src/client/views/presentationview/PresentationView.tsx @@ -375,7 +375,7 @@ export class PresentationView extends React.Component<PresViewProps> { //awaiting jump so that new scale can be found, since jumping is async await DocumentManager.Instance.jumpToDocument(curDoc, true); } else { - await DocumentManager.Instance.jumpToDocument(curDoc, false, undefined, doc => CollectionDockingView.Instance.AddTab(undefined, doc, undefined)); + await DocumentManager.Instance.jumpToDocument(curDoc, true, undefined, doc => CollectionDockingView.Instance.AddTab(undefined, doc, undefined)); } let newScale = DocumentManager.Instance.getScaleOfDocView(curDoc); |