fix: 修复canvas快捷键隐藏问题、提交preview后切换sketch再切回来前后片变为最早版本
This commit is contained in:
@@ -901,6 +901,7 @@ export default defineComponent({
|
||||
const inputFillOffset = (offset:any)=>{
|
||||
let arr = editPrintElementData.printStyleList[props.type].overall
|
||||
arr[editPrintElementData.imgDomIndex].location = [offset.left * offset.size[0] / 100,offset.top * offset.size[1] / 100]
|
||||
console.log(arr[editPrintElementData.imgDomIndex].location)
|
||||
editPrintElementDom.pingpuRef.updataList([
|
||||
{
|
||||
action: ACTIONS.UPDATE,
|
||||
|
||||
Reference in New Issue
Block a user