antonmedv / antonmedv/codejar

Backspace forces cursor to end of text (Firefox)

オープン
#115 コメント 3 件 リアクション 1 件 担当者 0 名 GitHub で見る
firefox
主要言語
TypeScript
スター
2k
フォーク
123
PR マージ指標
30日以内にマージされた PR はありません

説明

### 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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。