Hello,
There seems to be an issue with the cursor disappearing when editing code in .razor files.
To replicate this:
- have two .razor files open for edit (it can be split view or just code view)
- using the mouse, click somewhere on the code and note that the cursor is visible
- switch to the 2nd .razor file and again using the mouse, click somewhere on the code
- now, switch back to the 1st .razor file and note that the cursor is no longer visible
- switch to the 2nd .razor file and also note that the cursor is no longer visible
Using the cursor keys or End/Home/PgUp/PgDown does not bring the cursor into view either.
This issue does not occur when editing .razor.cs files.
RBVS ver. 1.7.0
VS ver. 17.12.4 (Community Edtn.)