diff options
| author | Jude <julie_wang1@brown.edu> | 2019-03-09 12:30:25 -0500 |
|---|---|---|
| committer | Jude <julie_wang1@brown.edu> | 2019-03-09 12:30:25 -0500 |
| commit | 00238d1923e5d7489b089ad2a312cb2d053b7bf2 (patch) | |
| tree | ee097c286a66c35982159a61ece153503cc84032 /src | |
| parent | 61af714cc7fbd2db85f19f456102d551dd768d0f (diff) | |
added a few memos
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/views/Main.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx index 4b62dcfc2..f9a54678a 100644 --- a/src/client/views/Main.tsx +++ b/src/client/views/Main.tsx @@ -117,6 +117,7 @@ Documents.initProtos(mainDocId, (res?: Document) => { <div id="toolbar"> <button className="toolbar-button round-button" onClick={() => UndoManager.Undo()}><FontAwesomeIcon icon="undo-alt" size="sm" /></button> <button className="toolbar-button round-button" onClick={() => UndoManager.Redo()}><FontAwesomeIcon icon="redo-alt" size="sm" /></button> + {/* @TODO do the ink thing */} <button className="toolbar-button round-button"><FontAwesomeIcon icon="pen-nib" size="sm" /></button> </div> |
