We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
latest version of Chrome
https://grapesjs.com/demo.html
How to reproduce the bug?
editor.addComponents(`
</ul> <div class="mb-6"> <div class="hidden opacity-100 transition-opacity duration-150 ease-linear data-[te-tab-active]:block" id="tabs-home" role="tabpanel" aria-labelledby="tabs-home-tab" data-te-tab-active > Tab 1 content </div> <div class="hidden opacity-0 transition-opacity duration-150 ease-linear data-[te-tab-active]:block" id="tabs-profile" role="tabpanel" aria-labelledby="tabs-profile-tab" > Tab 2 content </div> </div>`)
What is the expected behavior? ...
What is the current behavior?
When I click on the a tag, the entire web page will be paralyzed.
If is necessary to execute some code in order to reproduce the bug, paste it here below:
// your code here
The text was updated successfully, but these errors were encountered:
Already reported and fixed #5525
Sorry, something went wrong.
No branches or pull requests
GrapesJS version
What browser are you using?
latest version of Chrome
Reproducible demo link
https://grapesjs.com/demo.html
Describe the bug
How to reproduce the bug?
editor.addComponents(`
Home
Profile
What is the expected behavior?
...
What is the current behavior?
When I click on the a tag, the entire web page will be paralyzed.
If is necessary to execute some code in order to reproduce the bug, paste it here below:
// your code here
Code of Conduct
The text was updated successfully, but these errors were encountered: