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 Oct 1, 2024
1 parent e851477 commit 48348cd
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 48348cd

Please sign in to comment.