Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing color tag bug #208

Merged
merged 2 commits into from
Jul 17, 2024
Merged

Fixing color tag bug #208

merged 2 commits into from
Jul 17, 2024

Conversation

judithweng
Copy link
Collaborator

@judithweng judithweng commented Jul 16, 2024

This fixes issue #186

The issue seemed to be that the tag "at" was detected as a designed tag but since it is actually NOT a designed tag, it returns an undefined value. I changed the syntax of how we defined designedTags and it fixed the issue. Image below shows old code as commented.
designedtagscode

Image below shows tag "at" working.
tags

@judithweng judithweng marked this pull request as ready for review July 16, 2024 19:53
Copy link
Collaborator

@RobertLRead RobertLRead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested this. It fixed the bug. I don't quite understand how this code fixes it, but since I tested it I'm going to approve it.

@RobertLRead RobertLRead merged commit 1535af8 into main Jul 17, 2024
1 check passed
@RobertLRead RobertLRead deleted the fix-color-tag branch July 17, 2024 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants