Compare commits

..

No commits in common. "1a7ce2cc092cf56ef52c91d4a68b8a9fda922931" and "3ab6a1ffe1cc2a9bfaa362a7bf9f3c1bbece09fe" have entirely different histories.

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: 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,