diff --git a/Data/Server/WebUI/src/App.jsx b/Data/Server/WebUI/src/App.jsx index 9d2bbac..53e83dd 100644 --- a/Data/Server/WebUI/src/App.jsx +++ b/Data/Server/WebUI/src/App.jsx @@ -416,8 +416,9 @@ import React, { display: tab.id === activeTabId ? "block" : "none" }} > - + handleSetNodes(val, tab.id)} diff --git a/Data/Server/WebUI/src/Flow_Editor.jsx b/Data/Server/WebUI/src/Flow_Editor.jsx index 629c6b7..309a76e 100644 --- a/Data/Server/WebUI/src/Flow_Editor.jsx +++ b/Data/Server/WebUI/src/Flow_Editor.jsx @@ -23,6 +23,7 @@ import { SketchPicker } from "react-color"; import "reactflow/dist/style.css"; export default function FlowEditor({ + flowId, //Used to Fix Grid Issues Across Multiple Flow Tabs nodes, edges, setNodes, @@ -239,7 +240,7 @@ export default function FlowEditor({ }} proOptions={{ hideAttribution: true }} > - +