Sourced from @​codemirror/view's
changelog.
6.41.0 (2026-04-01)
Bug fixes
Fix an issue where
EditorView.posAtCoordscould incorrectly return a position near a higher element on the line, in mixed-font-size lines.Expand the workaround for the Webkit bug that causes nonexistent selections to stay visible to be active on non-Safari Webkit browsers.
New features
The new
EditorView.cursorScrollMarginfacet can now be used to configure the extra space used when scrolling the cursor into view.
a0a5ed9
Mark version 6.41.0c834ebf
Enable the workaround for ghost selections in all forms of Webkit49d72c4
Improve posAtCoords in non-uniform height lines4935d24
Make the margin used when scrolling the cursor into view
configurableed7d625
Remove duplicated slash in forum url in READMEc3770d3
Fix forum link in readme