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
Fix widget.disabled handling of value change of equal truthiness
Comparing for equality is too strict, when what we want is to know if
thue value is Truthy or Falsy, this mismatch in condition created cases
where a widget was set to disabled, but wasn't, as well as widgets
staying disabled, when they should have been enabled again.
0 commit comments