mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-11 00:04:23 +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,
|
||||
dim,
|
||||
dim,
|
||||
"red",
|
||||
element.startBinding?.mode === "orbit" ? "red" : "black",
|
||||
);
|
||||
}
|
||||
|
||||
@@ -215,7 +215,7 @@ const renderBindings = (
|
||||
zoom,
|
||||
dim,
|
||||
dim,
|
||||
"red",
|
||||
element.endBinding?.mode === "orbit" ? "red" : "black",
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user