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 committed Sep 30, 2024
1 parent 4ab5451 commit 6200950
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function BlockPopover(
return {
getBoundingClientRect() {
if ( isZoomOut() ) {
const selectedRect =
const selectedBlockRect =
getVisibleElementBounds( selectedElement );
const parentRect = getVisibleElementBounds(
selectedElement.parentElement
Expand Down

0 comments on commit 6200950

Please sign in to comment.