Closed azmec closed 4 months ago
Reproduced on Chrome, Safari, Edge, and Arc. Thanks for reporting!
Diagnosed:
CaretView.computeLocation()
relies on view of prior token to compute position with caret.source.getNextToken(token, -1)
Fix:
hide
class on it.
What happened?
The text cursor should be aligned with the line of code the user is currently typing in. However, when the text cursor is on a line following an explanation with a language tag, the cursor sits in-between lines.
Phrase("foo bar")