aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSam Wilkins <abdullah_ahmed@brown.edu>2019-03-17 11:26:20 -0400
committerSam Wilkins <abdullah_ahmed@brown.edu>2019-03-17 11:26:20 -0400
commit978c2139753e677020d6d3e149ebe51b6443b1dc (patch)
tree7469b15bb6ea0282b4017e4c78ab078b718d833d /src
parentcf45bce93ed1df567ecbbaa2a03fc3c3411526fd (diff)
one line change inserted inking control in main, had gotten lost in merge
Diffstat (limited to 'src')
-rw-r--r--src/client/views/Main.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx
index 63cc785e0..e90366f3a 100644
--- a/src/client/views/Main.tsx
+++ b/src/client/views/Main.tsx
@@ -210,6 +210,7 @@ export class Main extends React.Component {
<button onPointerDown={setupDrag(pdfRef, addPDFNode)} onClick={addClick(addPDFNode)}>Add PDF</button></div>
<button className="main-undoButtons" style={{ bottom: '25px' }} onClick={() => UndoManager.Undo()}>Undo</button>
<button className="main-undoButtons" style={{ bottom: '0px' }} onClick={() => UndoManager.Redo()}>Redo</button>
+ <InkingControl />
</div>
);
}