@codemirror/view
Advanced tools
Comparing version 6.21.2 to 6.21.3
@@ -0,1 +1,11 @@ | ||
## 6.21.3 (2023-10-06) | ||
### Bug fixes | ||
Fix an issue that caused `coordsForChar` to return the wrong rectangle for characters after a line wrap in Safari. | ||
Make the context menu work when clicking below the content in a fixed-height editor. | ||
Tooltips that have been put below/above their target position because there is no room on their default side now stay there on further updates. | ||
## 6.21.2 (2023-10-02) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "@codemirror/view", | ||
"version": "6.21.2", | ||
"version": "6.21.3", | ||
"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
22700
1057174