diff options
author | Andreas Kling <kling@serenityos.org> | 2021-10-12 00:20:54 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-10-12 12:17:25 +0200 |
commit | 865162b1c3a0d94b3cfa165e7f4e33f647cbb749 (patch) | |
tree | 590f6d59886db2a32edcb887d9868c168688536a /Userland/Libraries/LibIMAP/Client.h | |
parent | 76ac1b249628a55c945f35012e8a82979763efe9 (diff) | |
download | serenity-865162b1c3a0d94b3cfa165e7f4e33f647cbb749.zip |
LibWeb: Stop the style/layout update timers after updating style/layout
If we had a scheduled update of either of these kind, make sure to
cancel it after performing an update. Otherwise we might do a redundant
second update with the same results.
This could happen if something schedules an async layout, and before it
can happen, something requires a sync layout, which we do right away.
Diffstat (limited to 'Userland/Libraries/LibIMAP/Client.h')
0 files changed, 0 insertions, 0 deletions