You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if yew passed the event from stdweb directly. The impact should be minimal and hopefully this would not affect the Msg return values used elsewhere.
It is impossible to perform
preventDefault, etc. due to the wrapper structs.It would be great if yew passed the event from stdweb directly. The impact should be minimal and hopefully this would not affect the
Msgreturn values used elsewhere.