mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 06:41:29 +00:00
grabber offset storage fixes
This commit is contained in:
@@ -478,7 +478,8 @@ function mouse_move_handler(e) {
|
||||
client_y = window.event.clientY;
|
||||
client_x = window.event.clientX;
|
||||
} else if (e) {
|
||||
|
||||
client_x = e.screenX;
|
||||
client_y = e.screenY;
|
||||
}
|
||||
|
||||
if (mouse_is_down) {
|
||||
|
||||
Reference in New Issue
Block a user