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 10020cd commit 05e9b66Copy full SHA for 05e9b66
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.38.6 (2025-10-13)
2
+
3
+### Bug fixes
4
5
+Work around a regression in Safari 26 that causes fragments of old selections to remain visible.
6
7
## 6.38.5 (2025-10-07)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/view",
- "version": "6.38.5",
+ "version": "6.38.6",
"description": "DOM view component for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments