mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
The events page made a specific reference to the currentTarget of an event and provided a link to MDN, however, Yew events have the currentTarget of `body` when using the `html!` macro because of the global mutliplexer.