sanity 6.6.0-next.31 → 6.6.0-next.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/_chunks-es/index2.js +1 -1
- package/lib/_chunks-es/index2.js.map +1 -1
- package/lib/_chunks-es/resources.js +1 -1
- package/lib/_chunks-es/resources.js.map +1 -1
- package/lib/_chunks-es/resources8.js +24 -24
- package/lib/_chunks-es/resources8.js.map +1 -1
- package/lib/_chunks-es/version.js +2 -2
- package/package.json +10 -10
package/lib/_chunks-es/index2.js
CHANGED
|
@@ -31088,7 +31088,7 @@ function AnnotationObjectEditModal(props2) {
|
|
|
31088
31088
|
if (!openAnnotation)
|
|
31089
31089
|
return null;
|
|
31090
31090
|
const elementRef = elementRefs[openAnnotation.key];
|
|
31091
|
-
if (!elementRef)
|
|
31091
|
+
if (!elementRef || !props2.referenceBoundary?.contains(elementRef))
|
|
31092
31092
|
return null;
|
|
31093
31093
|
const t2 = !!props2.focused;
|
|
31094
31094
|
let t3;
|