Skip to content

Commit 84af246

Browse files
authored
Merge pull request #15 from nitrictech/develop
Release
2 parents 18b5f29 + 58c0f8b commit 84af246

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Terminal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const renderLines = (lines) => {
3333
) : (
3434
line.text
3535
)}
36-
{line.current ? cursor : ''}
36+
{line.current && line.cmd ? cursor : ''}
3737
<br />
3838
</React.Fragment>
3939
);

0 commit comments

Comments
 (0)