Fixed bug where flow disappears
This commit is contained in:
parent
91b243779c
commit
74954dd4b1
1 changed files with 2 additions and 2 deletions
|
|
@ -308,10 +308,10 @@ export default function Page({ flow }: { flow: FlowType }) {
|
|||
const { setDisableCopyPaste } = useContext(TabsContext);
|
||||
|
||||
return (
|
||||
<div className="flex h-full w-full overflow-hidden">
|
||||
<div className="flex h-full overflow-hidden">
|
||||
<ExtraSidebar />
|
||||
{/* Main area */}
|
||||
<main className="flex">
|
||||
<main className="flex-1 flex">
|
||||
{/* Primary column */}
|
||||
<div className="w-full h-full">
|
||||
<div className="w-full h-full" ref={reactFlowWrapper}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue