p5.js-web-editor
p5.js-web-editor copied to clipboard
Random characters being deleted when switching between files
p5.js version
1.6.0
What is your operating system?
Other (specify if possible)
Web browser and version
Chrome Version 113.0.5672.134 (Official Build) (64-bit)
Actual Behavior
I'm editing on a Chromebook, os version as above.
I've noticed this has been happening for a while but wasn't sure if it was just random: when I was switching between files it seemed as if characters were being deleted at random.
Expected Behavior
Characters should not be randomly disappearing
Steps to reproduce
The following steps appear to reproduce this behaviour:
- create a new sketch
- open index.html
- make an edit that generates an error, for example I've add a < at the start of line 1
- move to sketch.js
- place the cursor at the end of the file
- note the first five characters of line 5 are underlined
- hit return to create a new line
- those five characters are deleted
@piecesofuk is this issue still opened? If Yes, can i work on this.