mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +08:00
move_to -> to
This commit is contained in:
parent
1f02b77f66
commit
30f7fc052e
@ -109,7 +109,7 @@ function __handleMouseMove(ws) {
|
||||
if (pos.x != __handleMouseMove.old_pos.x || pos.y != __handleMouseMove.old_pos.y) {
|
||||
ws.send(JSON.stringify({
|
||||
event_type: "mouse_move",
|
||||
move_to: pos,
|
||||
to: pos,
|
||||
}));
|
||||
__handleMouseMove.old_pos = pos;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user