mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
do not send mouseevent twice
This commit is contained in:
parent
2676307793
commit
7ddb160f9c
1 changed files with 1 additions and 0 deletions
|
@ -1295,6 +1295,7 @@ impl<Window: WindowMethods> IOCompositor<Window> {
|
|||
.send(ConstellationControlMsg::SendEvent(root_pipeline_id,
|
||||
event_to_send))
|
||||
.unwrap();
|
||||
return
|
||||
}
|
||||
|
||||
match self.find_topmost_layer_at_point(point / self.scene.scale) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue