Adjust SvelteFlow and allow for null to use CSS variable
This commit is contained in:
@@ -26,7 +26,7 @@ export function createMarkerIds(
|
||||
defaultMarkerEnd,
|
||||
}: {
|
||||
id?: string | null;
|
||||
defaultColor?: string;
|
||||
defaultColor?: string | null;
|
||||
defaultMarkerStart?: EdgeMarkerType;
|
||||
defaultMarkerEnd?: EdgeMarkerType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user