Hello cursors. I am facing this annoying problem that sometime the cursor misplacing starts and persist. The ‘|’ cursor shows over the character or after the actual character and the character does not go to the right most part of line.
const demo = Math.floor(X)
const demo = Math.floo|r(X)
I am not able to place the | cursor after ‘r’ in the line.
here the cursor | is after M but if type (eg.: A) it would insert character after a
const demo = M|ath.floor(X)
const demo = MaXth.floor(X)
even after restart the editor and cleaned the all codes from editor and start new typing. the ‘mouse cursor’ | shows over the characters. It might be a bug or is it known issue. does it have any fixes.
I never had face this issue in vscode ever.