chore: Introduce different debug color for orbit and other binding modes

This commit is contained in:
Mark Tolmacs
2025-11-08 15:45:43 +01:00
parent ecfbdf8c48
commit d93a6f09fe

View File

@@ -196,7 +196,7 @@ const renderBindings = (
zoom, zoom,
dim, dim,
dim, dim,
"red", element.startBinding?.mode === "orbit" ? "red" : "black",
); );
} }
@@ -215,7 +215,7 @@ const renderBindings = (
zoom, zoom,
dim, dim,
dim, dim,
"red", element.endBinding?.mode === "orbit" ? "red" : "black",
); );
} }
} }