mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-03 19:25:19 +02:00
Fix content disappearance upon viewmode toggle
This commit is contained in:
parent
168b01ca70
commit
1d3e3bb76e
1 changed files with 1 additions and 1 deletions
|
|
@ -2019,7 +2019,7 @@ export function WorkflowEditor({
|
|||
)}
|
||||
</ResizablePanelGroup>
|
||||
) : (
|
||||
<ResizablePanelGroup key={`main-${viewMode}`} direction="horizontal" className="flex-1 flex overflow-auto gap-1 rounded-xl bg-zinc-50 dark:bg-zinc-900">
|
||||
<ResizablePanelGroup key="main" direction="horizontal" className="flex-1 flex overflow-auto gap-1 rounded-xl bg-zinc-50 dark:bg-zinc-900">
|
||||
{/* Agents (Entity List) column */}
|
||||
{(viewMode !== 'two_chat_skipper') && (
|
||||
<ResizablePanel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue