diff options
author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-29 19:19:49 -0400 |
---|---|---|
committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-29 19:19:49 -0400 |
commit | 215b73fbcfe0d6f205668e1bb7c755228e858ac9 (patch) | |
tree | 09663776f46212223e0c9403c957ea8a7fb46036 /src/client/views/MainView.tsx | |
parent | 811cb72cdb04b316f19d02c609ad515d6ec0a1b1 (diff) |
PresMode, CLoseable Pres, and some bug fixes
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 53be0278e..0dbb241e4 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -267,7 +267,7 @@ export class MainView extends React.Component { zoomToScale={emptyFunction} getScale={returnOne} />} - {castRes ? <PresentationView Documents={castRes} key="presentation" /> : null} + {castRes ? <PresentationView addDocTab={this.addDocTabFunc} Documents={castRes} key="presentation" /> : null} </div> } </Measure>; |