tneotia / html-editor-enhanced

A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the Summernote library.
https://pub.dev/packages/html_editor_enhanced
MIT License
269 stars 318 forks source link

[BUG] Period on double space not working at some places #490

Open ib-8 opened 6 months ago

ib-8 commented 6 months ago

On double tapping space on any mobile keyboard the default behaviour is show the (.) period. On this editor it works at some places and it doesn't work at some other places.

Steps to reproduce the behavior: When typing in between two sentences/lines then double tap on space doesn't show period (but if we type in between words then it shows period on double tap)