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
a-entity's removestate expects is to return the index of the state it's searching for (or false if not found). Change 4699078 updated is to return true if the state is found rather than the state's index, which breaks removestate. Now, removestate does not remove the correct state if the state exists.
a-entity's
removestate
expectsis
to return the index of the state it's searching for (or false if not found). Change 4699078 updatedis
to return true if the state is found rather than the state's index, which breaksremovestate
. Now,removestate
does not remove the correct state if the state exists.I think the fix here is to revert 4699078.
This issue effects the cursor's hover functionality, and likely other important scenarios that rely on state changes.
The text was updated successfully, but these errors were encountered: