Skip to content

Commit db7c7c4

Browse files
committed
Mark version 6.39.4
1 parent 130b4a5 commit db7c7c4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 6.39.4 (2025-12-12)
2+
3+
### Bug fixes
4+
5+
Fix a bug where paste events handlers on Chrome could fail to run when pasting on a blank line.
6+
7+
Fix a regression causing the native cursor to get stuck before block widgets with side>0.
8+
9+
Fix a crash in content DOM building after a block widget.
10+
11+
Fix a bug in `posAtCoords` that would in some circumstances make it return positions on the wrong side of a block widget.
12+
113
## 6.39.3 (2025-12-11)
214

315
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/view",
3-
"version": "6.39.3",
3+
"version": "6.39.4",
44
"description": "DOM view component for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)