cs136 / seashell

Seashell is an online environment for editing, running, and submitting C programming assignments.
GNU General Public License v3.0
38 stars 19 forks source link

Deleting all text in a file brings all the text back #826

Closed yc2lee closed 7 years ago

yc2lee commented 7 years ago
  1. Open any file.
  2. Delete all the text.
  3. Type any one character.
  4. Press backspace to delete that character.

All the text deleted in step 2 will come back.

yc2lee commented 7 years ago

If you wait a couple seconds between steps 3 and 4, the text editor will become empty, like it should. However, the file doesn't truly become empty, because if you open/switch to another file and go back, the file is not empty anymore.