We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53b542 commit 9415adcCopy full SHA for 9415adc
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.7.1 (2024-10-21)
2
+
3
+### Bug fixes
4
5
+Change `toggleBlockCommentByLine` to not affect lines with the selection end right at their start.
6
7
## 6.7.0 (2024-10-07)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/commands",
- "version": "6.7.0",
+ "version": "6.7.1",
"description": "Collection of editing commands for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments