beacon_live_admin icon indicating copy to clipboard operation
beacon_live_admin copied to clipboard

Visual editor: Allow to edit in-place elements containing more than one text node

Open cibernox opened this issue 1 year ago • 0 comments

Right now editing in place (using contenteditable, introduced in #121) is only allowed if the element whose content is being edited contains at most one text node (and any number of non-text nodes, like HTML element), but as soon as there are more than one text node we can't know which of the nodes has been edited (or if both were!)

Right now those can only be edited on the sidebar.

For a nicer user experience this should be possible

cibernox avatar Apr 12 '24 21:04 cibernox