diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-01 14:30:39 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-01 14:30:39 -0400 |
| commit | e86e77b3c6618c8d995b094c6c99b94a61a54cde (patch) | |
| tree | e7b23845c1ef483ee926f83277c3c1aee43ec542 /src/client/views/presentationview/PresentationView.tsx | |
| parent | d101b95f647f39fe50a97d332cb107ae84d25759 (diff) | |
| parent | 71b09a0f1a6053e280dec8da8f7f31bba90f5ef9 (diff) | |
Merge branch 'master' of github-tsch-brown: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 |
