Merge branch 'develop' of https://github.com/processing/p5.js-web-editor into feature/mobile-examples

This commit is contained in:
ghalestrilo 2020-08-04 09:32:23 -03:00
commit 6e323fd683

View file

@ -34,8 +34,7 @@ class App extends React.Component {
render() {
return (
<div className="app">
{/* FIXME: Remove false */}
{false && this.state.isMounted && !window.devToolsExtension && getConfig('NODE_ENV') === 'development' && <DevTools />}
{this.state.isMounted && !window.devToolsExtension && getConfig('NODE_ENV') === 'development' && <DevTools />}
{this.props.children}
</div>
);