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 39 remove id attributes #40

Closed jerwolff closed 1 year ago

jerwolff commented 1 year ago

This PR fixes the issue in #39 . Thanks for your comments- no need for refs here at all, using event.target instead. Also removing id's (cursor is now a class to apply CSS styles).