fix: 节点附件图标因为层级关系导致点击不到问题
This commit is contained in:
parent
79e0c7c969
commit
b9625a5207
@ -5143,6 +5143,7 @@ var Designer = {
|
|||||||
}
|
}
|
||||||
if (!Model.getShapeById(h.id)) {
|
if (!Model.getShapeById(h.id)) {
|
||||||
C.css("z-index", Model.orderList.length + 1)
|
C.css("z-index", Model.orderList.length + 1)
|
||||||
|
C.css({'pointer-events': 'none'})
|
||||||
}
|
}
|
||||||
var A = C.find(".shape_canvas");
|
var A = C.find(".shape_canvas");
|
||||||
A.attr({
|
A.attr({
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user