html_editor_enhanced 2.6.0 ->Text input does not appear when using the editor as a custom widget in FlutterFlow
Troubleshooting
Hello,
I am using the html_editor_enhanced package as a custom widget in FlutterFlow. The toolbar buttons and all UI elements appear correctly, but the text input area does not show up, and I am unable to type or delete text.
Steps to Reproduce:
Register html_editor_enhanced as a custom widget in FlutterFlow.
Implement the editor with a basic setup (e.g., adding the toolbar and enabling text input).
Run the project in FlutterFlow or on an emulator.
The editor UI appears, but the text input field is missing, and text cannot be typed.