html-editor-enhanced
html-editor-enhanced copied to clipboard
[ Flutter WEB ] Can't click toolbar options which are on top of html editor [BUG]
Describe the bug The options that are overlaying the editor (e.g. insert link dialog or font size selector) are not clickable.
To Reproduce Steps to reproduce the behavior:
- open web build
- click on the insert link button (or on the font size toolbar button)
- try to interact with options that are overlaying on the editor, those options are not clickable
Expected behavior Elements overlaying the editor are clickable.
Screenshots https://www.awesomescreenshot.com/video/10789811?key=c7a56136a64ef5a3e5ca1942f011722c
Additional context Flutter Channel stable, 3.0.5 html_editor_enhanced 2.5.0 In my case, the html editor is inserted inside a bottom sheet.