flutter-quill icon indicating copy to clipboard operation
flutter-quill copied to clipboard

Doble space after a pasted link add an unwanted dot

Open mbenci opened this issue 10 months ago • 0 comments

Is there an existing issue for this?

Flutter Quill version

9.3.6

Steps to reproduce

  1. in case of physical android device make sure your keyboard has the "double space per period" setting enabled, but you can reproduce the error also in android and ios simulator
  2. copy a link (for example https://github.com) from the browser
  3. open the quill example app, empty section
  4. paste the link
  5. immediately after the link add two spaces

Expected results

Text: https://github.com Link: https://github.com

Actual results

Text: https://github.com Link: https://github.com.

Notice: these is a point at the end of a link which can make the link invalid but the writer doesn't notice

Code sample

No changes to the sample code

Screenshots or Video

Screenshots / Video demonstration Screenshot 2024-04-05 alle 10 10 38

Logs

Logs
[Paste your logs here]

mbenci avatar Apr 05 '24 08:04 mbenci