Skip to content

Commit

Permalink
Update packages/block-editor/src/components/block-popover/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Smith <[email protected]>
  • Loading branch information
draganescu and getdave authored Sep 25, 2024
1 parent 598a8bc commit bc8dea0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function BlockPopover(
if ( isZoomOut() ) {
const selectedBlockRect =
getVisibleElementBounds( selectedElement );
const parentRect = getVisibleElementBounds(
const sectionRootElementRect = getVisibleElementBounds(
selectedElement.parentElement
);
return new window.DOMRectReadOnly(
Expand Down

0 comments on commit bc8dea0

Please sign in to comment.