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
From phetsims/axon#447, we now reentrantly notify Property changes as a "queue" (instead of a stack). This eliminates the need for many workarounds where we store the "old value" for later because we can't trust the oldValue provided by the property listener callback. We should get rid of these. @jonathanolson will take the lead.
From phetsims/axon#447, we now reentrantly notify Property changes as a "queue" (instead of a stack). This eliminates the need for many workarounds where we store the "old value" for later because we can't trust the oldValue provided by the property listener callback. We should get rid of these. @jonathanolson will take the lead.
For example:
scenery/js/display/SVGGradientStop.ts
Lines 32 to 34 in 589cf4a
The text was updated successfully, but these errors were encountered: