mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-11 16:24:38 +01:00
chore: Introduce different debug color for orbit and other binding modes
This commit is contained in:
@@ -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",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user