mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): remove duplicate gallery
This commit is contained in:
parent
c4b3a24ed7
commit
77f2690711
@ -49,6 +49,7 @@ const UnifiedCanvasTab = () => {
|
|||||||
{shouldPinParametersPanel && shouldShowParametersPanel && (
|
{shouldPinParametersPanel && shouldShowParametersPanel && (
|
||||||
<>
|
<>
|
||||||
<Panel
|
<Panel
|
||||||
|
id="canvasTab_parameters"
|
||||||
order={0}
|
order={0}
|
||||||
defaultSize={30}
|
defaultSize={30}
|
||||||
minSize={20}
|
minSize={20}
|
||||||
@ -75,14 +76,6 @@ const UnifiedCanvasTab = () => {
|
|||||||
<UnifiedCanvasContent />
|
<UnifiedCanvasContent />
|
||||||
)}
|
)}
|
||||||
</Panel>
|
</Panel>
|
||||||
{shouldPinGallery && shouldShowGallery && (
|
|
||||||
<>
|
|
||||||
<ResizeHandle />
|
|
||||||
<Panel order={2} defaultSize={10} minSize={10}>
|
|
||||||
<ImageGalleryContent />
|
|
||||||
</Panel>
|
|
||||||
</>
|
|
||||||
)}
|
|
||||||
</PanelGroup>
|
</PanelGroup>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user