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 6dcbcb1 commit fcc4a72Copy full SHA for fcc4a72
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 6.38.1 (2025-07-15)
2
+
3
+### Bug fixes
4
5
+Make the keymap not dispatch Alt key combos on macOS by key code, because those are generally used to type special characters.
6
7
+Fix a layout bug that could occur with very narrow editors.
8
9
## 6.38.0 (2025-06-27)
10
11
### New features
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/view",
- "version": "6.38.0",
+ "version": "6.38.1",
"description": "DOM view component for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments