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 d9dbde7 commit b7c8f63Copy full SHA for b7c8f63
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 6.38.2 (2025-09-01)
2
+
3
+### Bug fixes
4
5
+Re-enable falling dispatching keys by key code for Cmd-Alt- combinations on macOS.
6
7
+Make sure all pointer selections skip atomic ranges.
8
9
## 6.38.1 (2025-07-15)
10
11
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/view",
- "version": "6.38.1",
+ "version": "6.38.2",
"description": "DOM view component for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments