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
Introduced fromSource - this is where the behaviour originated, values include "User", "OneClick", "AutoDeselect", "HideParentFeature", "Overflow"https://devforum.roblox.com/t/post/1017485/1383
Introduced sourceIcon - the icon (often itself) which is responsible for performing the action
Changed icon:select(fromInput) to icon:select(fromSource, sourceIcon)
Changed icon:deselect(fromInput) to icon:deselect(fromSource, sourceIcon)
fromSource and sourceIcon are also now passed in events selected, deselected and toggled