You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem exists in both ordered and unordered list. For example, when inserting an ordered list, type 1. followed by a space. Then an empty list is created, and it is found that the cursor is slightly higher than expected. It returns to normal after entering any character in the list.
Compare the height of the bottom of the cursor with the height of "1." in the following two pictures:
I found this problem on macOS. There is no such problem under Windows.
The text was updated successfully, but these errors were encountered:
Hi @Jed-Z, I am still searching a solution for this problem. As you might have noticed, this issue also appears for some other themes. As of right now it seems to be that the only way to modify the cursor's position with css is by modifying the line height. However, this would also change the distance between the lines.
A similar issue can be found when choosing the language of the coding language, as someone pointed out in #3. Unfortunately it is very hard to influence the cursors position with just css.
The problem exists in both ordered and unordered list. For example, when inserting an ordered list, type
1.
followed by a space. Then an empty list is created, and it is found that the cursor is slightly higher than expected. It returns to normal after entering any character in the list.Compare the height of the bottom of the cursor with the height of "1." in the following two pictures:
I found this problem on macOS. There is no such problem under Windows.
The text was updated successfully, but these errors were encountered: