@ -40,7 +40,7 @@ const FlowEditorWithProvider: React.FC = () => {
return (
<div style={{ width: '100%', height: '91vh', display: 'flex' }} onContextMenu={(e) => e.preventDefault()}>
<ReactFlowProvider>
<SideBar />
{/*<SideBar />*/}
<FlowEditor />
</ReactFlowProvider>
</div>