mirror of
https://github.com/whyour/qinglong.git
synced 2025-12-14 07:58:12 +08:00
Add DockedPanelLayer to workflow editor for panel management
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
This commit is contained in:
parent
47e887cf83
commit
b356069e6c
|
|
@ -12,6 +12,7 @@ import {
|
|||
SyncOutlined,
|
||||
} from '@ant-design/icons';
|
||||
import { EditorRenderer, FreeLayoutEditorProvider } from '@flowgram.ai/free-layout-editor';
|
||||
import { DockedPanelLayer } from '@flowgram.ai/panel-manager-plugin';
|
||||
import '@flowgram.ai/free-layout-editor/index.css';
|
||||
import intl from 'react-intl-universal';
|
||||
import { nodeRegistries } from './nodes';
|
||||
|
|
@ -141,6 +142,7 @@ const FlowgramEditor = forwardRef<FlowgramEditorRef, FlowgramEditorProps>(
|
|||
</div>
|
||||
<div className="flowgram-editor-wrapper">
|
||||
<EditorRenderer className="flowgram-editor" />
|
||||
<DockedPanelLayer />
|
||||
</div>
|
||||
</FreeLayoutEditorProvider>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user