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

Fix text component link to use link component directly #10457

Merged
merged 2 commits into from
May 18, 2020

Conversation

Charles-Gagnon
Copy link
Contributor

The main point of this was to make it so the links used the opener service instead of opening directly. With this we can also remove the styling hooks since the link takes care of styling itself.

Doing it this way also is just a cleaner way of handling this and also fixes a possible issue where if the text was updated after initial creation it would never get updated in the UI since we we're detecting changes to the value/links properties.

image

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 33.904% when pulling f5d0938 on chgagnon/fixTextComponentLinks into 0f10f44 on master.

@Charles-Gagnon Charles-Gagnon merged commit c70d68f into master May 18, 2020
@Charles-Gagnon Charles-Gagnon deleted the chgagnon/fixTextComponentLinks branch May 18, 2020 15:25
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.

3 participants