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 <getdavemail@gmail.com>
  • Loading branch information
draganescu and getdave committed Sep 30, 2024
1 parent 6200950 commit 7c4075d
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 7c4075d

Please sign in to comment.