Closed
Description
Nature of issue?
- Found a bug
Details about the bug:
- Web browser and version: Chrome
- Operating System: Mac OSX
- Steps to reproduce this bug:
- Create a sketch that prints lots of messages to the console (i.e.
print()
in thedraw()
loop) - Open the console
- Notice that the console doesn't scroll to the bottom, so it's hard to see new messages.
I believe this was introduced when refactoring the <Console />
to use connect()
(see #1502 and #1507). Not sure why it's not working, as I doubled checked and the code that scrolled the console to the bottom is still in there.