mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
resume fn should set suspended_since back to None
This commit is contained in:
parent
46b3eb6535
commit
9181a52099
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@ impl ActiveTimers {
|
|||
};
|
||||
|
||||
self.suspension_offset.set(self.suspension_offset.get() + additional_offset);
|
||||
self.suspended_since.set(None);
|
||||
|
||||
self.schedule_timer_call();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue