Skip to content

Commit 5b401a1

Browse files
committed
DOC-3151: Resize cursor is now the correct direction for each resize mode.
1 parent 8e4236e commit 5b401a1

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
@@ -114,6 +114,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
114114

115115
// CCFR here.
116116

117+
=== Resize cursor is now the correct direction for each resize mode.
118+
// #TINY-12036 || #GH-10189
119+
120+
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.
121+
122+
{productname} would like to thank link:https://github.com/daniloff200[daniloff200] for their contribution to this improvement.
123+
117124

118125
[[additions]]
119126
== Additions

0 commit comments

Comments
 (0)