-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
When we choose a label to append text to the EditText
, we should insert at the cursor position instead of append at the end of the text string. The cursor position also should appear after the inserted character.
Examples:
|
denotes the cursor.
あ|い
-> insertえ
->あえ|い
|日
-> insert今
->今|日
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers