gaelj / BlazorCodeMirror6

Blazor wrapper for CodeMirror 6
MIT License
20 stars 2 forks source link

Pasting multi-line text crashes in windows when the initial document is shorter than the number of pasted lines #153

Closed gaelj closed 8 months ago

gaelj commented 8 months ago

Failed to paste text: RangeError: Selection points outside of document at checkSelection (index-9uSuPdS3.js:1557:19)

gaelj commented 8 months ago

Due to \r accounted for in our character count used to define the new cursor position, whereas CM6 ignores them