diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-01 19:29:27 -0400 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-01 19:29:27 -0400 |
commit | 9a7bfe68acfefea9773e4a4a714a3094b1a4ff2c (patch) | |
tree | f743c07fd1a2f87d4dcb98b6d7780860490b5123 /src/client/views/presentationview/PresentationView.tsx | |
parent | ab2b2317e601b9e440f9c48b4639c143d5187949 (diff) | |
parent | 6776a8d8d27c38adc5b232aab925c103cc1c59ba (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/presentationview/PresentationView.tsx')
-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 |