feat(flowEditor): 条件渲染顶部右侧面板

master
钟良源 2 months ago
parent 5cc13cba69
commit 6c9259eeeb

@ -470,12 +470,12 @@ const FlowEditorMain: React.FC<FlowEditorMainProps> = (props) => {
isRunning={currentAppIsRunning} isRunning={currentAppIsRunning}
></ActionBar> ></ActionBar>
</Panel> </Panel>
<Panel position="top-right"> {useDefault && <Panel position="top-right">
<HandlerBar <HandlerBar
onPublish={handlePublish} onPublish={handlePublish}
isRunning={currentAppIsRunning} isRunning={currentAppIsRunning}
/> />
</Panel> </Panel>}
<AlignmentGuides /> <AlignmentGuides />
</ReactFlow> </ReactFlow>

Loading…
Cancel
Save