mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-15 23:58:02 +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`.