Demo:修复无法在节点图片弹窗里删除节点图片的问题

This commit is contained in:
wanglin2 2023-08-12 14:21:11 +08:00
parent 94478fe9f3
commit 6d202b4b7d

View File

@ -101,7 +101,19 @@ export default {
async confirm() {
try {
if (!this.img && !this.imgUrl) return
//
if (!this.img && !this.imgUrl) {
this.cancel()
this.activeNodes.forEach(node => {
node.setImage({
url: '',
title: '',
width: 0,
height: 0
})
})
return
}
let res = null
let img = ''
if (this.img) {