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 checking if a tag exists there is no "normalization" of the searched tag. Although the tags are trimmed in the function addTag, the searched tag in tagExist is not trimmed. This may cause a problem when adding new tags. I had this problem until I solved it.
When checking if a tag exists there is no "normalization" of the searched tag. Although the tags are trimmed in the function addTag, the searched tag in tagExist is not trimmed. This may cause a problem when adding new tags. I had this problem until I solved it.