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
Since ToggleEvent's source property can return null, the IDL type needs to be Element? instead of Element. This matches CommandEvent's source, which is already Element?.
Fixes#11360.
0 commit comments