diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-07-01 13:12:16 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-07-01 13:12:16 -0400 |
| commit | 72d077b38e94b867307b9a9523be49a9ffa20a66 (patch) | |
| tree | 533eb93a4a74e9d598f69ea271c9165ce18cb34c /src/client/views/presentationview | |
| parent | 2b6e76fb60d4dafd1c5383f21f870542cc808aff (diff) | |
| parent | 5c9983880f34bf6949a01035ba1e3fcb9c75ec99 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into pdf_fixes
Diffstat (limited to 'src/client/views/presentationview')
| -rw-r--r-- | src/client/views/presentationview/PresentationView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/presentationview/PresentationView.tsx b/src/client/views/presentationview/PresentationView.tsx index 20d0e113a..a3fa553b7 100644 --- a/src/client/views/presentationview/PresentationView.tsx +++ b/src/client/views/presentationview/PresentationView.tsx @@ -494,6 +494,7 @@ export class PresentationView extends React.Component<PresViewProps> { /** * Adds a document to the presentation view **/ + @undoBatch @action public PinDoc(doc: Doc) { //add this new doc to props.Document |
