From 4247c4b6fc9a1bb0bfd2d35e98c687b8e161f5a9 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 25 Aug 2025 15:34:54 +1000 Subject: [PATCH] DOC-3209: Using Command + Backspace would not preserve inline formatting. --- modules/ROOT/pages/8.1.0-release-notes.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ROOT/pages/8.1.0-release-notes.adoc b/modules/ROOT/pages/8.1.0-release-notes.adoc index 3e7a6181b4..418af4f4f3 100644 --- a/modules/ROOT/pages/8.1.0-release-notes.adoc +++ b/modules/ROOT/pages/8.1.0-release-notes.adoc @@ -109,6 +109,13 @@ The following premium plugin updates were released alongside {productname} {rele // CCFR here. +=== Using `+Command (CMD)+` + `+Backspace+` would not preserve inline formatting. +// #TINY-12071 + +Previously, using `+Command (CMD)+` + `+Backspace+` at the end of a line removed the entire line without preserving inline formatting, unlike selecting the line with a triple-click and pressing `+Backspace+`. This inconsistency caused confusion, as different deletion methods produced different results. + +In {release-version}, the behavior of `+Command (CMD)+` + `+Backspace+` has been updated to match other deletion methods, ensuring that inline formatting is preserved. + [[security-fixes]] == Security fixes