-
Notifications
You must be signed in to change notification settings - Fork 39
Open
@homayounKheiri
Description
Bug Title:
Cursor does not correctly position at the beginning of the line.
Description:
When using terminal, the cursor’s position at the beginning of the line is calculated incorrectly. After typing a large number of characters and moving the cursor back to the beginning of the line, the cursor is displayed with an offset instead of being placed exactly at the start. The more characters are typed, the larger the offset becomes.
Possible Cause:
It seems that the left
attribute of the cursor is not being calculated or set correctly, which causes the offset.
React: version: 19.1.0
Image ImageMetadata
Metadata
Assignees
Labels
No labels