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