提交 147af6ac 编写于 作者: K kener

拖拽重计算后hover更新

上级 d486b965
......@@ -1014,7 +1014,11 @@ define(function (require) {
// 处理完拖拽事件后复位
this.isDrop = false;
var self = this;
setTimeout(function(){
self.zr.trigger('mousemove', param.event);
}, 300);
return;
},
......@@ -1045,7 +1049,11 @@ define(function (require) {
// 处理完拖拽事件后复位
this.isDragend = false;
var self = this;
setTimeout(function(){
self.zr.trigger('mousemove', param.event);
}, 300);
return;
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册