We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18b5f29 + 58c0f8b commit 84af246Copy full SHA for 84af246
1 file changed
src/Terminal.tsx
@@ -33,7 +33,7 @@ const renderLines = (lines) => {
33
) : (
34
line.text
35
)}
36
- {line.current ? cursor : ''}
+ {line.current && line.cmd ? cursor : ''}
37
<br />
38
</React.Fragment>
39
);
0 commit comments