We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27aa57b commit b18d727Copy full SHA for b18d727
webapp/src/components/ImageFieldEditor.tsx
@@ -80,7 +80,7 @@ export class ImageFieldEditor<U extends pxt.Asset> extends React.Component<Image
80
81
let showHeader = headerVisible;
82
// If there is no asset, show the gallery to prevent changing shape when it's added
83
- let showGallery = !this.props.isMusicEditor && (!this.asset || !editingTile);
+ let showGallery = !this.props.isMusicEditor && (!this.asset || editingTile);
84
const showMyAssets = !hideMyAssets && !editingTile;
85
86
if (this.asset && !this.galleryAssets && showGallery) {
0 commit comments