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
Before this change the command “Replace Character” would sometimes move
the caret one position to the left. For example, if you insert the text
a|bc
– `|` represents the position of the caret – and use “Replace
Character (←)”, then the result would look like this
|👾bc
. Now the result after the steps above is correct:
👾|bc.
.
0 commit comments