diff options
| author | HJF Bulterman <henri_bulterman@brown.edu> | 2019-08-09 11:31:57 -0400 |
|---|---|---|
| committer | HJF Bulterman <henri_bulterman@brown.edu> | 2019-08-09 11:31:57 -0400 |
| commit | ae62e415d18b83fb1ef6b4a8f438b1d7e8d3157a (patch) | |
| tree | 6493407b822aa8a76bdf73c78d349e20840b8e29 /src/client/views/pdf | |
| parent | e7ea2028f54787d6c92fb22b789f17b7268d3793 (diff) | |
initial commit - individual presentation document view showing but with errors
Diffstat (limited to 'src/client/views/pdf')
| -rw-r--r-- | src/client/views/pdf/PDFMenu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/PDFMenu.tsx b/src/client/views/pdf/PDFMenu.tsx index 27c2a8f1a..23d0c0b10 100644 --- a/src/client/views/pdf/PDFMenu.tsx +++ b/src/client/views/pdf/PDFMenu.tsx @@ -250,7 +250,7 @@ export default class PDFMenu extends React.Component { </button> ] : [ <button key="4" className="pdfMenu-button" title="Delete Anchor" onPointerDown={this.deleteClicked}><FontAwesomeIcon icon="trash-alt" size="lg" key="1" /></button>, - <button key="5" className="pdfMenu-button" title="Pin to Presentation" onPointerDown={this.PinToPres}><FontAwesomeIcon icon="map-pin" size="lg" key="2" /></button>, + <button key="5" className="pdfMenu-button" title="Pin to Presentation" onPointerDown={this.PinToPres}><FontAwesomeIcon icon="map-pin" size="lg" key="2" /></button>, //change this to pin to 'new' presentation <div className="pdfMenu-addTag" key="3"> <input onKeyDown={handleBackspace} onChange={this.keyChanged} placeholder="Key" style={{ gridColumn: 1 }} /> <input onKeyDown={handleBackspace} onChange={this.valueChanged} placeholder="Value" style={{ gridColumn: 3 }} /> |
