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 ce1e5c7 commit 0f1f805Copy full SHA for 0f1f805
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.39.2 (2025-12-09)
2
+
3
+### Bug fixes
4
5
+Fix an issue where `moveVertially` was sometimes unable to escape lines with thick borders or padding.
6
7
## 6.39.1 (2025-12-09)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/view",
- "version": "6.39.1",
+ "version": "6.39.2",
"description": "DOM view component for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments