Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 36a1f35

Browse files
Auto-merge pull request #7172 from livecodesam/patch-109
[Bugfix-22380] Correct documented cursorMovement mechanisms Changed the listed mechanism for cursorMovement's default behaviour from `empty` to `default`.
2 parents 086f5cd + 524c7fc commit 36a1f35

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/dictionary/property/cursorMovement.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The mechanism to be used used for moving the cursor in a field
2626
- "visual": moves the cursor in visual order
2727
- "logical": moves the cursor to the next character in logical
2828
(reading) order
29-
- "empty": moves the cursor using the default behavior on the current
29+
- "default": moves the cursor using the default behavior on the current
3030
platform
3131

3232

docs/notes/bugfix-22380.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Corrected documented list of mechanisms available to cursorMovement

0 commit comments

Comments
 (0)