Spaces:
Build error
Build error
Update src/containers/stage.jsx
Browse files- src/containers/stage.jsx +1 -1
src/containers/stage.jsx
CHANGED
@@ -507,7 +507,7 @@ class Stage extends React.Component {
|
|
507 |
return (
|
508 |
<StageComponent
|
509 |
canvas={this.canvas}
|
510 |
-
overlay={this.
|
511 |
colorInfo={this.state.colorInfo}
|
512 |
dragRef={this.setDragCanvas}
|
513 |
question={this.state.question}
|
|
|
507 |
return (
|
508 |
<StageComponent
|
509 |
canvas={this.canvas}
|
510 |
+
overlay={this.renderer?.overlayContainer}
|
511 |
colorInfo={this.state.colorInfo}
|
512 |
dragRef={this.setDragCanvas}
|
513 |
question={this.state.question}
|