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
274 stars 335 forks source link

[BUG] Insert link not working sometimes when user types link and taps enter #425

Open prathmesh-jadhav opened 1 year ago

prathmesh-jadhav commented 1 year ago

Insert link not working sometimes when user types link and taps enter in editor

Steps to reproduce the behavior:

  1. Go to editor
  2. type any link
  3. tap enter after typing link
  4. it shows href link in editor but it not giving anchor tag in changed content, it is happening randomly
azizamukhamedova commented 1 year ago

I have this problem too. @prathmesh-jadhav Have you found the answer ?