@codemirror/view
Advanced tools
Comparing version 6.4.0 to 6.4.1
@@ -0,1 +1,11 @@ | ||
## 6.4.1 (2022-11-07) | ||
### Bug fixes | ||
Fix an issue where coordinates next to replaced widgets were returned incorrectly, causing the cursor to be drawn in the wrong place. | ||
Update the `crosshairCursor` state on every mousemove event. | ||
Avoid an issue in the way that the editor enforces cursor associativity that could cause the cursor to get stuck on single-character wrapped lines. | ||
## 6.4.0 (2022-10-18) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "@codemirror/view", | ||
"version": "6.4.0", | ||
"version": "6.4.1", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
859801
20326