You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
This was tested in a Remix app.
The text was updated successfully, but these errors were encountered: