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

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

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

Loading…
Cancel
Save