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
I discover make_content_editable() function on src/lib/views/editor/Layout/ComponentNode.svelte search the text to find which element is to add the data-key to bind the element with the data. Since the rest of the content is hidden, it fails to bind the correct element and bind to a parent.
In your case, check if this element <div class="item article" class:active={activeItem === i}> get the data-key for the title in the visual editor.
I have a workaround, editing ComponentNode.svelte and adding the possibility to avoid to make editable some elements with data-noeditable.
I have an accordion module with a somewhat complex structure:
When clicking in the description it adds it to the title every time.
Edit: removed video, you can use the json provided to recreate.
The text was updated successfully, but these errors were encountered: