Merging dev into main #49

Merged
8464960 merged 260 commits from dev into main 2026-01-28 10:48:52 +00:00
Showing only changes of commit 705ff3ff2b - Show all commits

View File

@@ -57,7 +57,7 @@ const initialNodes = [
const initialEdges = [{id: 'start-end', source: 'start', target: 'end'}];
const defaultEdgeOptions = {
type: 'floating',
type: 'default',
markerEnd: {
type: MarkerType.ArrowClosed,
color: '#505050',