Merge branch 'develop' of https://github.com/processing/p5.js-web-editor into chore/refactor-mobile-hooks

This commit is contained in:
ghalestrilo 2020-07-21 18:01:54 -03:00
commit 3f01fc4806

View file

@ -75,7 +75,9 @@ const MobileSketchView = (props) => {
clearConsole={clearConsole}
/>
</Content>
<Footer before={<Console />} />
<Footer>
<Console />
</Footer>
</Screen>);
};