react-terminal-ui
react-terminal-ui copied to clipboard
When updating two terminals at the same page, only one terminal scroll to bottom
Describe the bug When there are multiple terminals, and they are being updated with the same state, only one terminal will scroll to the bottom
To Reproduce Steps to reproduce the behavior: Make more then one terminal, and have them to use <TerminalOutput> from the same array of lines, that updates on input or something like that
Expected behavior Both of the terminal scroll to the bottom and show new lines written
Screenshots

Additional context Add any other context about the problem here.
Thanks for opening this issue, @MeyerBuaharon . Feel free to open a PR if you have a fix!