[SSE] Fix Bug 34272.
This commit is contained in:
parent
a48bce7598
commit
fe886bb472
|
@ -521,7 +521,8 @@
|
|||
var data = {
|
||||
type: evt.type,
|
||||
x: evt.x - r.left,
|
||||
y: evt.y - r.top
|
||||
y: evt.y - r.top,
|
||||
event: evt
|
||||
};
|
||||
|
||||
_sendCommand({
|
||||
|
|
Loading…
Reference in a new issue