Compare commits

...

2 Commits

View File

@ -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: 'green', fill: i === 0 || i === count - 1 ? '#D70065' : 'green',
name: TRESTLE_MATERIAL.BRACKET, name: TRESTLE_MATERIAL.BRACKET,
parentId: module.id, parentId: module.id,
surfaceId: module.surfaceId, surfaceId: module.surfaceId,