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: no-self-closing copy span tag #816

Merged
merged 1 commit into from Jun 20, 2022

Conversation

Shinigami92
Copy link
Contributor

In Faker we are using the markdown renderer but it produces <span class="copy" /> which renders as non-displayed element in chrome (hidden somehow). Maybe the v-html tag removes the self-close and thus embeds the content in there?!

Nevermind, I don't really know and care what the actual bug is, but the fix that works is to not use self-closing span tag
<span class="copy"></span>

When manually editing the html it looks like this (correct assumed version):

@kiaking kiaking merged commit 75ca9e4 into vuejs:main Jun 20, 2022
@Shinigami92 Shinigami92 deleted the fix/closing-copy-span branch June 20, 2022 05:59
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants