Merge branch 'develop' of https://github.com/processing/p5.js-web-editor into chore/refactor-mobile-hooks
This commit is contained in:
commit
3f01fc4806
1 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,9 @@ const MobileSketchView = (props) => {
|
|||
clearConsole={clearConsole}
|
||||
/>
|
||||
</Content>
|
||||
<Footer before={<Console />} />
|
||||
<Footer>
|
||||
<Console />
|
||||
</Footer>
|
||||
</Screen>);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue