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