mc1098 b04026db59
Fix misleading information on events page (#2046)
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.
2021-09-11 21:33:10 +01:00
..