mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #9710 - paulrouget:fix9702, r=glennw
do not send mouseevent twice Fix #9702 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9710) <!-- Reviewable:end -->
This commit is contained in:
commit
875f1e92cc
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