mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
broadway: Fix undefined variable error in js
This commit is contained in:
parent
63c0198347
commit
a5e5e2343c
@ -526,7 +526,7 @@ function on_mouse_up (ev) {
|
||||
send_input ("B", [id, pos.root_x, pos.root_y, pos.win_x, pos.win_y, last_state, ev.timeStamp, button]);
|
||||
|
||||
if (grab.window != null && grab.implicit)
|
||||
doUngrab(time);
|
||||
doUngrab(ev.timeStamp);
|
||||
}
|
||||
|
||||
var last_key_down = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user