From b356069e6c9589485c240ff2ac9be178dc6a8446 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 23 Nov 2025 10:48:13 +0000 Subject: [PATCH] Add DockedPanelLayer to workflow editor for panel management Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> --- src/pages/scenario/flowgram/FlowgramEditor.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/scenario/flowgram/FlowgramEditor.tsx b/src/pages/scenario/flowgram/FlowgramEditor.tsx index 7d9310ac..707412e0 100644 --- a/src/pages/scenario/flowgram/FlowgramEditor.tsx +++ b/src/pages/scenario/flowgram/FlowgramEditor.tsx @@ -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(
+