Commit 04a29c1c by zhaochengxiang

操作不被遮挡

parent 694fe1f0
...@@ -347,6 +347,8 @@ const init = (ctx) => function (container, data, onCenterClick, onExpandClick) { ...@@ -347,6 +347,8 @@ const init = (ctx) => function (container, data, onCenterClick, onExpandClick) {
circleShape1?.attr('shadowColor', 'rgba(0,0,0,0.23)'); circleShape1?.attr('shadowColor', 'rgba(0,0,0,0.23)');
circleShape1?.attr('shadowBlur', 3); circleShape1?.attr('shadowBlur', 3);
} }
group.toFront();
} else { } else {
keyShape?.attr('fill', null); keyShape?.attr('fill', null);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment