Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Close cropper when not selected
  • Loading branch information
ajlende committed Sep 14, 2021
commit 713533e806a8a3564a8a5af5c4f49d16a1fdbd5d
2 changes: 1 addition & 1 deletion packages/block-library/src/site-logo/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const SiteLogo = ( {
logoId && naturalWidth && naturalHeight && imageEditing;

const imgEdit =
canEditImage && isEditingImage ? (
canEditImage && isEditingImage && isSelected ? (
<ImageEditingProvider
id={ logoId }
url={ logoUrl }
Expand Down