fix: 节点附件图标因为层级关系导致点击不到问题

This commit is contained in:
qinoy 2024-10-09 14:02:20 +08:00
parent 79e0c7c969
commit b9625a5207
2 changed files with 2 additions and 1 deletions

View File

@ -5143,6 +5143,7 @@ var Designer = {
}
if (!Model.getShapeById(h.id)) {
C.css("z-index", Model.orderList.length + 1)
C.css({'pointer-events': 'none'})
}
var A = C.find(".shape_canvas");
A.attr({