diff options
| author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-29 19:19:49 -0400 |
|---|---|---|
| committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-29 19:19:49 -0400 |
| commit | 215b73fbcfe0d6f205668e1bb7c755228e858ac9 (patch) | |
| tree | 09663776f46212223e0c9403c957ea8a7fb46036 /src/client/views/presentationview/PresentationList.tsx | |
| parent | 811cb72cdb04b316f19d02c609ad515d6ec0a1b1 (diff) | |
PresMode, CLoseable Pres, and some bug fixes
Diffstat (limited to 'src/client/views/presentationview/PresentationList.tsx')
| -rw-r--r-- | src/client/views/presentationview/PresentationList.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/presentationview/PresentationList.tsx b/src/client/views/presentationview/PresentationList.tsx index 2d63d41b5..2a31137af 100644 --- a/src/client/views/presentationview/PresentationList.tsx +++ b/src/client/views/presentationview/PresentationList.tsx @@ -95,7 +95,7 @@ export default class PresentationViewList extends React.Component<PresListProps> this.props.PresElementsMappings.set(doc, e); } }} - key={doc[Id]} + key={doc[Id] + index} mainDocument={this.props.mainDocument} document={doc} index={index} |
