diff options
| author | bob <bcz@cs.brown.edu> | 2019-07-01 12:38:51 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-07-01 12:38:51 -0400 |
| commit | db34b52b66311a72f986a0406acdb935369d264f (patch) | |
| tree | 5c011d6ed3f0406f74e450ac093a0fbf5f720042 /src/client/views/presentationview | |
| parent | cd78d5b3371d73cc51dcb6f3dbfdca1a3bbcf6e1 (diff) | |
added some context menu undo's
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 |
