Skip to content

Commit c7b6b3b

Browse files
committed
Merge branch 'master' of https://github.com/CPSECapstone/client into user-highlight-new
2 parents 1abfc19 + 95a928b commit c7b6b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/annotator/sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export default class Sidebar extends Guest {
146146

147147
// Set up the canvases for displaying and creating doodles
148148
this.doodleCanvasController = new DoodleController(
149-
document.getElementById('main-content'),
149+
document.body,
150150
{
151151
tool: 'pen',
152152
size: 5,

0 commit comments

Comments
 (0)