fixes #1057, fullscreen wasn't rendering because clearConsole was not defined (#1058)

This commit is contained in:
Cassie Tarakajian 2019-05-01 15:31:55 -04:00 committed by GitHub
parent 76e4363705
commit 9d22c3c146
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,7 @@ class FullView extends React.Component {
setBlobUrl={this.ident}
stopSketch={this.ident}
expandConsole={this.ident}
clearConsole={this.ident}
/>
</div>
</div>