lewish / asciiflow

ASCIIFlow
https://asciiflow.com
MIT License
4.67k stars 359 forks source link

pressing backspace in text mode doesn't move the cursor #193

Open siosw opened 3 years ago

siosw commented 3 years ago

When in Text mode, pressing backspace does not behave as I would expect.

Starting State:

Screenshot 2021-05-22 at 13 36 24

If we press backspace once we delete the last char as we would expect:

Screenshot 2021-05-22 at 13 36 35

Now pressing backspace again has no effect because the cursor doesn't move. I think it should move so that we can delete more than one char without having to navigate with the error keys.

DBX12 commented 3 years ago

Even worse, pressing backspace navigates the browser back. Reproducible in Firefox 89.0.2 (64-bit) on x64 linux.