santa112358/detectable_text_field

Detects the empty space in front of the hashtag.

liemeon opened this issue · 0 comments

In DetectableTextField, there is a phenomenon of detecting #efg when d is onTap when text is abcd #efghi.
Why did you include not only the onTap of the #efg part but also the space space in front of it in the onTap?
Is there any way to solve this problem?