aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormadelinegr <mgriswold99@gmail.com>2019-06-06 19:47:45 -0400
committermadelinegr <mgriswold99@gmail.com>2019-06-06 19:47:45 -0400
commit3473a78055d657829efb8818b643a5348c15fffc (patch)
treebf9c544919b9d137e7328fe15b705df2cb277308
parentecbf6dda7f410f866b1031966982b23b031e72ee (diff)
...
-rw-r--r--src/client/views/presentationview/PresentationView.tsx2
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);
}