Start a new topic

Opening boundary tag removed on deleting the first character

When "Hide segment boundary tags" is off, hitting Delete on the first character in the string also deletes the opening tag(s). The same does not occur on pressing Backspace on the first character.


Example:

<1>Hello<2>

Place cursor before "H" and press Backspace.

Result:

ello<2>

Expected result:

<1>ello<2>

1 Comment

This is to be fixed in the coming update. Thanks!

Login to post a comment