diff options
author | madelinegr <mgriswold99@gmail.com> | 2019-06-06 19:47:45 -0400 |
---|---|---|
committer | madelinegr <mgriswold99@gmail.com> | 2019-06-06 19:47:45 -0400 |
commit | 3473a78055d657829efb8818b643a5348c15fffc (patch) | |
tree | bf9c544919b9d137e7328fe15b705df2cb277308 | |
parent | ecbf6dda7f410f866b1031966982b23b031e72ee (diff) |
...
-rw-r--r-- | src/client/views/presentationview/PresentationView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/presentationview/PresentationView.tsx b/src/client/views/presentationview/PresentationView.tsx index 0655418f4..6089665fe 100644 --- a/src/client/views/presentationview/PresentationView.tsx +++ b/src/client/views/presentationview/PresentationView.tsx @@ -132,6 +132,8 @@ export class PresentationView extends React.Component<PresViewProps> { closePresentation = action(() => this.props.Document.width = 0); next = () => { const current = NumCast(this.props.Document.selectedDoc); + // let currentPresId = StrCast(current.presentId); + // this.groupMappings.get(current.presentId); this.gotoDocument(current + 1); } |