代码补充

This commit is contained in:
zhal 2022-08-06 20:10:35 +08:00
parent f50ec35b18
commit 61b45b276f

View File

@ -5491,6 +5491,7 @@ var Designer = {
if (q.link) {
var y = $("<div class='shape_link_point' style='cursor: pointer; position: absolute; right: 20px; bottom: 20px; width: 10px; height: 10px; color: #515151;'>" +
"<i class='awsui-iconfont' awsui-qtip='链接' style='cursor: pointer; font-size: 13px;display:none;'>&#xe7d7;</i>" +
"</div>").appendTo(o);
y.on("mousedown.link",
function(I) {
I.stopPropagation();