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

Remix: <details><summary /> not clickable when visual editing is enabled #2253

Open
selbekk opened this issue Dec 3, 2024 · 0 comments
Open

Comments

@selbekk
Copy link

selbekk commented Dec 3, 2024

Describe the bug

When you use the details HTML element, you can't click the summary to expand it. When you turn off visual editing, it works.

To Reproduce

<VisualEditing>
  <details>
    <summary>I can't be clicked</summary>
    This content will never be seen by anyone while visual editing is turned on.
  </details>
</VisualEditing>

This was tested in a Remix app.

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

No branches or pull requests

1 participant