[1256] : 【HANASYS DESIGN】ラックレス金具の中間部と端部の色分けをしたい

지지금구 색 변경
This commit is contained in:
hyojun.choi 2025-08-25 14:42:07 +09:00
parent 4375666084
commit 77510148e3

View File

@ -1804,7 +1804,7 @@ export const useTrestle = () => {
const bracket = new fabric.Rect({
left: startPointX,
top: startPointY,
fill: 'green',
fill: i === 0 || i === count - 1 ? '#D70065' : 'green',
name: TRESTLE_MATERIAL.BRACKET,
parentId: module.id,
surfaceId: module.surfaceId,