issues
search
gaelj
/
BlazorCodeMirror6
Blazor wrapper for CodeMirror 6
MIT License
20
stars
2
forks
source link
Demo stops reporting selection ranges after change to document
#9
Closed
pm64
closed
10 months ago
pm64
commented
1 year ago
Steps to reproduce:
Launch
Examples.BlazorWasm
demo project.
Click anywhere inside the demo document.
Observe that the current selection range is reported (for example, "From 74 to 74").
Use the cursor keys to move the cursor around, and observe that the reported selection range changes with cursor movement.
Make any change to the demo document.
Use the cursor keys to move the cursor around, and observe that changes to the selection range are no longer being reported.
Steps to reproduce:
Examples.BlazorWasm
demo project.