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
When a tag is being removed under certain conditions, other tags can be accidentally removed. This appears to be due to i not being redeclared in the scope of each for loop in a few places
The text was updated successfully, but these errors were encountered:
When a tag is being removed under certain conditions, other tags can be accidentally removed. This appears to be due to
i
not being redeclared in the scope of eachfor
loop in a few placesThe text was updated successfully, but these errors were encountered: