Skip to content

Commit f95b686

Browse files
hipsterusernamepsychedelicious
authored andcommitted
reposition export button
1 parent 72afb9c commit f95b686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/controlLayers/components/CanvasEntityList/CanvasEntityGroupList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ export const CanvasEntityGroupList = memo(({ isSelected, type, children, entityI
165165

166166
<Spacer />
167167
</Flex>
168+
{type === 'raster_layer' && <RasterLayerExportPSDButton />}
168169
<CanvasEntityMergeVisibleButton type={type} />
169170
<CanvasEntityTypeIsHiddenToggle type={type} />
170-
{type === 'raster_layer' && <RasterLayerExportPSDButton />}
171171
<CanvasEntityAddOfTypeButton type={type} />
172172
</Flex>
173173
<Collapse in={collapse.isTrue} style={fixTooltipCloseOnScrollStyles}>

0 commit comments

Comments
 (0)