scniro / react-codemirror2

Codemirror integrated components for React
MIT License
1.66k stars 193 forks source link

Same letter doesn't replaced when selected and same letter is typed #255

Open chinchang opened 3 years ago

chinchang commented 3 years ago

Steps to reproduce:

  1. Select any character in the editor
  2. Press the same letter multiple times (one which is selected.

Expected: Letter should get replaced and then same letter should keep getting typed Current: Nothing happens