Merge pull request '[1256] : 【HANASYS DESIGN】ラックレス金具の中間部と端部の色分けをしたい' (#307) from dev into prd-deploy
Reviewed-on: #307
This commit is contained in:
commit
1a7ce2cc09
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user