style(flowEditor): 暂时隐藏组件拖拽侧边栏

master
钟良源 5 months ago
parent 79ae68ce92
commit 3158a3d26e

@ -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>

Loading…
Cancel
Save