mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix events filter in wait_for_user_agent_handling_complete
Signed-off-by: batu_hoang <longvatrong111@gmail.com>
This commit is contained in:
parent
7439fa18d3
commit
9da8ce15a6
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ impl Handler {
|
|||
let count_non_null_actions_in_tick = tick_actions
|
||||
.iter()
|
||||
.filter(|(_, action)| {
|
||||
!matches!(action, ActionItem::Pointer(PointerActionItem::Pointer(_)))
|
||||
matches!(action, ActionItem::Pointer(PointerActionItem::Pointer(_)))
|
||||
})
|
||||
.count();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue