@plasmicpkgs/react-aria 0.0.139 → 0.0.140

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.
@@ -2287,11 +2287,11 @@ function BasePopover(props) {
2287
2287
  const canvasContext = usePlasmicCanvasContext();
2288
2288
  const matchTriggerWidthProp = hasTrigger && matchTriggerWidth;
2289
2289
  const _b = mergeProps$1(
2290
- {
2290
+ canvasContext && !canvasContext.interactive ? {
2291
2291
  // isNonModal: Whether the popover is non-modal, i.e. elements outside the popover may be interacted with by assistive technologies.
2292
2292
  // Setting isNonModal to true in edit mode (canvas) means that the popover will not prevent the user from interacting with the canvas while the popover is open.
2293
- isNonModal: canvasContext && !canvasContext.interactive
2294
- },
2293
+ isNonModal: true
2294
+ } : void 0,
2295
2295
  restProps,
2296
2296
  { className: `${resetClassName}` },
2297
2297
  // Override some props if the popover is standalone