Sourced from @​codemirror/view's
changelog.
6.38.3 (2025-09-22)
Bug fixes
Work around a rendering bug in Mobile Safari by completely hiding empty layers.
Fix vertical cursor motion in Chrome around decorations with bottom borders or margins.
Fix an issue that caused mark decorations longer than 512 characters to needlessly be split.
Move the cursor out of atomic ranges when text input happens.
31ffdc5
Mark version 6.38.3d5df151
Improve handling of text input in atomic rangesac872ce
Fix a bug that caused decorations to be split on text node chunk
boundaries9ad612a
Ignore Chrome's caretPositionFromPoint results when the move to the end
of th...8f1a6d7
Completely hide empty layers on iOS to work around a rendering bug