memspace / zefyr

Soft and gentle rich text editing for Flutter applications.
https://zefyr-editor.gitbook.io
2.22k stars 550 forks source link

Fixed: Hide selection overlay for collapsed selection #575

Closed pulyaevskiy closed 2 years ago

pulyaevskiy commented 2 years ago

Steps to reproduce:

  1. Run the example in iOS or Android
  2. Select some text, observe selection toolbar and handles appear
  3. Press delete to delete the selected text

Expected: selection toolbar and handles should disappear

Actual: selection toolbar and handles still visible

@Amir-P @amantoux @cgestes I'd appreciate if any of you can validate the fix in your projects. From my testing this doesn't seem to break anything else.