Backspace forces cursor to end of text (Firefox)
Offen
firefox
- Vorherrschende Sprache
- TypeScript
- Sterne
- 2k
- Forks
- 123
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
### Repro steps
Using Firefox 124/125, visit https://medv.io/codejar/, focus in the editor and delete all the code.
Enter the following code:
```javascript
const greet = (name) => {
console.log(5);
}
greet("World");
```
Place the cursor after the `5` and hit the Backspace key on your keyboard.
### Expected
Deletes `5` and cursor remains between parentheses.
### Actual
Deletes `5` and cursor jumps to the end of the file.
### Environment
Firefox 124/125, Windows/macOS.
Does not reproduce in Chrome or Safari.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.