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 61f4b5c commit f0316b1Copy full SHA for f0316b1
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.36.4 (2025-03-03)
2
+
3
+### Bug fixes
4
5
+Fix an issue where scrolling down to a range higher than the viewport could in some situations fail to scroll to the proper position.
6
7
## 6.36.3 (2025-02-18)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/view",
- "version": "6.36.3",
+ "version": "6.36.4",
"description": "DOM view component for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments