mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
add note on chromium bug
This commit is contained in:
parent
44fb0d57ea
commit
c8facf37f5
1 changed files with 3 additions and 0 deletions
|
|
@ -220,6 +220,9 @@ export function MouseAdapter(bus, screen_container)
|
|||
|
||||
delta_y = -delta_y;
|
||||
|
||||
// NOTE: affected by https://issues.chromium.org/issues/40737979
|
||||
// Causes cursor jumps on multi-monitor and/or 120+ HZ monitors
|
||||
|
||||
mouse.bus.send("mouse-delta", [delta_x, delta_y]);
|
||||
|
||||
if(screen_container)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue