修复印花overall偏移和画布对不上问题
This commit is contained in:
@@ -603,8 +603,11 @@ export default defineComponent({
|
||||
// detailDom.canvasBox.editFront(str)
|
||||
// }
|
||||
detailDom.canvasBox.editFront(str)
|
||||
let otherData = await updateOtherLayers('single')
|
||||
await detailDom.canvasBox.updateOtherLayers(otherData)
|
||||
if(str == 'canvasEditor'){
|
||||
let otherData = await updateOtherLayers('single')
|
||||
console.log(otherData,'============')
|
||||
await detailDom.canvasBox.updateOtherLayers(otherData)
|
||||
}
|
||||
detailData.isEditPattern.value = str
|
||||
}
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user