feat: added ReactFlow-based node graph #11

Merged
j.gerla merged 68 commits from feat/visual-programming-interface into dev 2025-10-28 11:59:03 +00:00
Showing only changes of commit 48dabb86e0 - Show all commits

View File

@@ -73,7 +73,6 @@ describe('FlowStore Functionality', () => {
const {onReconnectStart} = useFlowStore.getState(); const {onReconnectStart} = useFlowStore.getState();
act(() => { act(() => {
useFlowStore.setState({edgeReconnectSuccessful: true});
onReconnectStart(); onReconnectStart();
}); });