@codemirror/view
Advanced tools
Comparing version 6.4.1 to 6.4.2
@@ -0,1 +1,11 @@ | ||
## 6.4.2 (2022-11-10) | ||
### Bug fixes | ||
Typing into a read-only editor no longer moves the cursor. | ||
Fix an issue where hover tooltips were closed when the mouse was moved over them if they had a custom parent element. | ||
Fix an issue where the editor could end up displaying incorrect height measurements (typically after initializing). | ||
## 6.4.1 (2022-11-07) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "@codemirror/view", | ||
"version": "6.4.1", | ||
"version": "6.4.2", | ||
"description": "DOM view component for the CodeMirror code editor", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
860187
20324