Sourced from @​codemirror/view's
changelog.
6.38.7 (2025-11-14)
Bug fixes
Make detection of transformed tooltip parent elements (forcing absolute positioning) more robust on current browsers.
Avoid an issue where on Chrome and Safari, typing over a cross-line selection can replace widgets on the line after the selection with their plain text content.
Fix a bug that broke insertion of composed input at multiple cursors when the IME keeps the selection at the start of the composed text.
07b660c
Mark version 6.38.74672fa1
Fix application of composition to multiple cursors6727e32
Fix broken sentence in doc comment076450d
Override cross-line replacements when the line after has a widget3b0c3b9
Fix doc comment markup for outerDecorations2f398e6
Simplify transformed-fixed-tooltip detection