[SSE] Mousemove fix
This commit is contained in:
parent
c788ba2dd1
commit
b80686c318
|
@ -1660,7 +1660,7 @@ define([
|
|||
},
|
||||
|
||||
onDocumentMouseMove: function(e) {
|
||||
if (e.target.localName !== 'canvas') {
|
||||
if (e && e.target.localName !== 'canvas') {
|
||||
this.hideHyperlinkTip();
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue