We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7f5fe commit 270a0dfCopy full SHA for 270a0df
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 6.38.8 (2025-11-17)
2
+
3
+### Bug fixes
4
5
+Improve handling of composition with multiple cursors on MacOS.
6
7
+Fix an issue where computing a document position from screen coordinates would sometimes go wrong in right-to-left text.
8
9
## 6.38.7 (2025-11-14)
10
11
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/view",
- "version": "6.38.7",
+ "version": "6.38.8",
"description": "DOM view component for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments