Open TWiStErRob opened 11 months ago
Tried to reproduce by interacting with the emulator's text selection popup, but no luck.
I compared the stack, and the only "destructive" action I have is "Paste", using that triggers a different code path:
"Cut" doesn't even call unhighlight, because the "title validation" stops it (empty => error state)
deleteText_internal
is only used in "Cut":
Selecting the the last 3 characters of a 4-letter word and cutting it reproduced the issue.
Repro:
Version: 12001279 (1.2.0#1279-8eca619)