Open
Description
Have you checked for an existing issue?
- I have searched the existing issues
Flutter Quill Version
11.4.1
Steps to Reproduce
Attaching simple UI to repro and compare: https://gist.github.com/vishna/dd9c87887051e18715729938881e2de4
- Tap the word (field focuses)
- Tap the word again to summon paste field (nothing happens)
Expected results
- Tap the word (field focuses)
- Tap the word again to summon paste field (pop up appears)
This is the default behavior with Flutter's TextField
Actual results
The pop up is not appearing. It appears if you long press or start tapping multiple times on the edge of the screen.
Additional Context
- Example UI with comparison of
TextField
andQuillEditor
: https://gist.github.com/vishna/dd9c87887051e18715729938881e2de4 - Video: