fluttercandies / extended_text

A powerful extended official text for Flutter, which supports Speical Text(Image,@somebody), Custom Background, Custom overFlow, Text Selection.
MIT License
664 stars 134 forks source link

After drag the text then right-click the mouse, but the selected area will change #129

Closed chifandeyu closed 1 year ago

chifandeyu commented 2 years ago

https://user-images.githubusercontent.com/15946864/172988706-2a1a26e2-3cb2-4b5b-99a2-ee31159eff33.mp4 Drag the mouse from right to left to reproduce.

chifandeyu commented 2 years ago

Drag the text from left to right and right-click

https://user-images.githubusercontent.com/15946864/173778940-9dd49cc0-fe6f-4a5e-868c-e98303ba08bc.mp4

zmtzawqlp commented 2 years ago

in fact, toolbar should be not shown on desktop as flutter design. i make some changes, you can see what happen on official SelectableText

zmtzawqlp commented 1 year ago

please check it on lastest version, reopen if need.