콘솔 로그 제거
This commit is contained in:
parent
5ef8ccfc40
commit
6b5d86cd2c
@ -184,8 +184,6 @@ export function useRoofFn() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function moveRoofMaterial(currentMousePos) {
|
function moveRoofMaterial(currentMousePos) {
|
||||||
console.log('moveRoofMaterial', currentMousePos)
|
|
||||||
|
|
||||||
const roofBase = canvas
|
const roofBase = canvas
|
||||||
.getObjects()
|
.getObjects()
|
||||||
.filter((obj) => obj.name === POLYGON_TYPE.ROOF)
|
.filter((obj) => obj.name === POLYGON_TYPE.ROOF)
|
||||||
@ -264,7 +262,6 @@ export function useRoofFn() {
|
|||||||
obj.fire('polygonMoved')
|
obj.fire('polygonMoved')
|
||||||
obj.fire('modified')
|
obj.fire('modified')
|
||||||
} else {
|
} else {
|
||||||
console.log('obj', obj.name, obj.type, obj.startPoint, obj.endPoint)
|
|
||||||
obj.set({
|
obj.set({
|
||||||
left: obj.left + deltaX,
|
left: obj.left + deltaX,
|
||||||
top: obj.top + deltaY,
|
top: obj.top + deltaY,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user