代码补全
This commit is contained in:
parent
61b45b276f
commit
9f17ea3a40
@ -5489,9 +5489,14 @@ var Designer = {
|
||||
//图形的链接
|
||||
o.find(".shape_link_point").remove();
|
||||
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;'>" +
|
||||
/* 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;'></i>" +
|
||||
"</div>").appendTo(o);
|
||||
*/
|
||||
var y = $("<div class='shape_link_point' style='cursor: pointer; position: absolute; width: 100%; height: 100%; top:0; color: #515151;'>" +
|
||||
"<i class='awsui-iconfont' awsui-qtip='链接' style='cursor: pointer; font-size: 13px;display:none;'></i>" +
|
||||
"</div>").appendTo(o);
|
||||
|
||||
y.on("mousedown.link",
|
||||
function(I) {
|
||||
I.stopPropagation();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user