soiz1 commited on
Commit
ccb7526
·
verified ·
1 Parent(s): 3f2e5ba

Update src/containers/stage.jsx

Browse files
Files changed (1) hide show
  1. 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.props.vm.runtime.renderer.overlayContainer}
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}