CodeEditSourceEditor icon indicating copy to clipboard operation
CodeEditSourceEditor copied to clipboard

🐞 I can't select a line on the editor, the pointer always goes to the end of the file

Open JGeek00 opened this issue 1 year ago • 1 comments

Description

If I have for example a file with 30 lines, if I want to put the pointer on line 20, it places the pointer at the end of the file. I can only place the pointer on the first 7 lines. Same happens if you want to select for example from line 15 to line 20, you can't do it.

To Reproduce

  1. Open the attached file
  2. Try to place the cursor at line 20 (for example)
  3. The cursor will go to the end of the file
  4. Try to select from line 15 to line 20
  5. Nothing happens

Expected Behavior

I should be able to put the cursor at any point on the file

Version Information

CodeEdit: 0.0.3-alpha.35 macOS: 13.4

Additional Context

No response

Screenshots

https://github.com/CodeEditApp/CodeEdit/assets/47545344/889ef15d-9571-493c-80b6-fd7b2a440227

server.ts.zip

JGeek00 avatar Jun 16 '23 14:06 JGeek00