Skip to content

Commit 5f9cd4d

Browse files
DOC-3132: The API was not replacing selected non-editable elements correctly. (#3595)
1 parent 1bfb5f2 commit 5f9cd4d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/ROOT/pages/7.7.0-release-notes.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode
6464

6565
{productname} {release-version} also includes the following bug fix<es>:
6666

67+
=== The `insertContent` API was not replacing selected non-editable elements correctly.
68+
// #TINY-11714
69+
70+
Previously in {productname}, an issue was identified where, if an inline non-editable element was the only child of a block, inserting content would not replace the element.
71+
As a result, integrators were unable to insert content into inline non-editable elements.
72+
73+
{productname} {release-version} resolves this by modifying the functionality of the `insertContent` API to support this scenario. This ensures that integrators can now insert content into inline elements, making the `insertContent` API more robust.
74+
6775
=== Preview Dialog incorrectly opened anchor links in a new tab.
6876
// #TINY-11740
6977

0 commit comments

Comments
 (0)