Compare commits
No commits in common. "969dec61275355d33109effe2e3115537293806a" and "6d540ad6f0fee58f76635cf8a8b333a83cb3c462" have entirely different histories.
969dec6127
...
6d540ad6f0
@ -1804,7 +1804,7 @@ export const useTrestle = () => {
|
|||||||
const bracket = new fabric.Rect({
|
const bracket = new fabric.Rect({
|
||||||
left: startPointX,
|
left: startPointX,
|
||||||
top: startPointY,
|
top: startPointY,
|
||||||
fill: i === 0 || i === count - 1 ? '#D70065' : 'green',
|
fill: 'green',
|
||||||
name: TRESTLE_MATERIAL.BRACKET,
|
name: TRESTLE_MATERIAL.BRACKET,
|
||||||
parentId: module.id,
|
parentId: module.id,
|
||||||
surfaceId: module.surfaceId,
|
surfaceId: module.surfaceId,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user