You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on an update for the package, but since the original developer doesn't seem to be active for quite a while now, I think I will upload the package myself on pub.dev
Describe the bug
By using below code make text rtl according to this link
after using
controller.insertText('sth')
below error occurs:Uncaught TypeError: Cannot read property 'insertBefore' of null
To Reproduce
1- Add below code to
HtmlEditor
:2- Use blow code to add some text at button
onPressed()
:controller.insertText('[#نام شرکت#]');
3- Click on button multi times
The text was updated successfully, but these errors were encountered: