Skip to content

Commit b5ebddf

Browse files
authored
DOC-3151: Resize cursor is now the correct direction for each resize mode. (#3697)
* DOC-3151: Resize cursor is now the correct direction for each resize mode. * DOC-3151: update thanks message to note.
1 parent a4d884d commit b5ebddf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
146146

147147
// CCFR here.
148148

149+
=== Resize cursor is now the correct direction for each resize mode.
150+
// #TINY-12036 || #GH-10189
151+
152+
Previously, when the {productname} editor was configured with `resize: true`, which restricts resizing to the vertical axis, the editor incorrectly displayed a diagonal resize cursor. This was misleading, as the visual cue did not match the actual resizing behavior. In {release-version}, the cursor style now accurately reflects the resizing direction: a vertical resize cursor is shown when `resize: true` is used, and a diagonal cursor remains for `resize: 'both'`, which allows resizing in both horizontal and vertical directions.
153+
154+
NOTE: {companyname} Technologies would like to thank link:https://github.com/daniloff200[daniloff200] for contributing to this improvement.
155+
149156

150157
[[additions]]
151158
== Additions

0 commit comments

Comments
 (0)