Skip to content

Commit

Permalink
fixed double typing in terminal (getcursor#338)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Truell <[email protected]>
  • Loading branch information
bekiryoruk and truell20 authored Mar 28, 2023
1 parent 16b2567 commit 10453b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/terminal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ export function XTermComponent({ height }: { height: number }) {
connector.terminalInto(e)
})

terminal.current.onData((e) => {
connector.terminalInto(e)
})

connector.registerIncData(handleIncomingData)

// Make the terminal's size and geometry fit the size of #terminal-container
Expand Down

0 comments on commit 10453b9

Please sign in to comment.