Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LibWeb: Send
page_did_click_link
no matter the modifiers
d0e18b8 revived sending the `page_did_click_link` event, but only for a chrome feature where ctrl is also clicked. For the Help app to work normally (not just when pressing ctrl), we need this event to be sent no matter the modifier. The modifiers are sent as part of the event so chromes can ignore non-control clicks.
- Loading branch information