@wordpress/rich-text
Advanced tools
Comparing version 6.12.6 to 6.12.7
@@ -28,3 +28,3 @@ /** | ||
} = ownerDocument; | ||
const selection = defaultView.getSelection(); | ||
const selection = defaultView?.getSelection(); | ||
let range; | ||
@@ -31,0 +31,0 @@ |
@@ -37,3 +37,3 @@ "use strict"; | ||
} = ownerDocument; | ||
const selection = defaultView.getSelection(); | ||
const selection = defaultView?.getSelection(); | ||
let range; | ||
@@ -40,0 +40,0 @@ |
{ | ||
"name": "@wordpress/rich-text", | ||
"version": "6.12.6", | ||
"version": "6.12.7", | ||
"description": "Rich text value and manipulation API.", | ||
@@ -51,3 +51,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"gitHead": "609a9df27d25e3d224dd1e2b97beb1bc02693255" | ||
"gitHead": "a6c8348f0058e714c97df49b4025e5d7d1c9e437" | ||
} |
@@ -24,3 +24,3 @@ /** | ||
const { defaultView } = ownerDocument; | ||
const selection = defaultView.getSelection(); | ||
const selection = defaultView?.getSelection(); | ||
@@ -27,0 +27,0 @@ let range; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1412166