mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
Before this change `navigate()` was always invoked twice when a link is clicked: - From `activation_behavior` callback of `HTMLAnchorElement` during event dispatch. - Directly from `handle_mouseup`.