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 authored Sep 25, 2024
1 parent 00bda8f commit 598a8bc
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 598a8bc

Please sign in to comment.