jonmbake / react-terminal-ui

A terminal react component with support for light and dark modes.
https://jonmbake.github.io/react-terminal-ui/demo/
MIT License
205 stars 30 forks source link

Fix for scroll to view for multiple terminals #29

Closed MeyerBuaharon closed 1 year ago

MeyerBuaharon commented 1 year ago

for some reason google chrome with ScrollIntoView:"smooth", doesnt work with multiple terminals open.

reference: https://stackoverflow.com/questions/66586455/why-doesnt-scrollintoview-work-on-two-simultaneous-elements

jonmbake commented 1 year ago

Thanks for the PR, @MeyerBuaharon !