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 46ed426 commit c5e9086Copy full SHA for c5e9086
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 6.37.2 (2025-06-12)
2
+
3
+### Bug fixes
4
5
+Fix an issue where moving the cursor vertically from the one-but-last character on a line would sometimes move incorrectly on Safari.
6
7
+Fix an issue causing coordinates between lines of text to sometimes be inappropriately placed at the end of the line by `posAtCoords`.
8
9
## 6.37.1 (2025-05-30)
10
11
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/view",
- "version": "6.37.1",
+ "version": "6.37.2",
"description": "DOM view component for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments