sanity 6.6.0-next.32 → 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.
@@ -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;