singerdmx / flutter-quill

Rich text editor for Flutter
https://pub.dev/packages/flutter_quill
MIT License
2.6k stars 839 forks source link

Magnification glas does not get destroyed when editor is getting closed #2191

Open Sesa1988 opened 2 months ago

Sesa1988 commented 2 months ago

Is there an existing issue for this?

Flutter Quill version

No response

Steps to reproduce

  1. Open editor in new route with Auto focus
  2. Close keyboard and Nlnavigate back via the gesture (needs to be two swipes) and my editor also does not contain any text, just a watermark.

Expected results

The magnification glas will be destroyed when the editor widget gets destroyed

Actual results

Sometimes the magnification glad appears and does not gets destroyed. I will see that through the whole app on every screen then

Code sample

Code sample ```dart [Paste your code here] ```

Additional Context

Screenshots / Video demonstration [Upload media here]
Logs ```console [Paste your logs here] ```