html-editor-enhanced
html-editor-enhanced copied to clipboard
Scroll issue
I am using your plugin "html_editor_enhanced" for managing & rendering the complext html content in my application, but we have faced some issues at the time of scrolling the editor content. Let me clarify my scenario :-
We have 4 items in the page like 3 text boxes, html-editor and one text-box in bottom of text-editor these all things in a SingleChildScrollView widget. Now, whenever we scroll outside the html-editor then it is scrolling the whole page properly but when we have scrolling in the editor section with more content then the whole page not scrolling. So, is it possible the achieve this thing from any changes in html-editor?