We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0a163 commit 42bc68cCopy full SHA for 42bc68c
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.10.1 (2025-12-17)
2
+
3
+### Bug fixes
4
5
+Fix a bug where `copyLineDown` would leave the cursor on the wrong line when it was at the start of the line.
6
7
## 6.10.0 (2025-10-23)
8
9
### New features
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/commands",
- "version": "6.10.0",
+ "version": "6.10.1",
"description": "Collection of editing commands for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments