Hello FlutterFlow team 👋
I built a rich text editor using Flutter Quill package, and I’ve just tested it on the web. However, the behavior is not the same as in test mode.
I’ve reviewed all my custom widgets (no issues) and checked that all package dependencies are up to date. So I’m reaching out in the hope that someone can help me figure out what might be causing this.
On web: Slash menu do not appear while I type '/'
On Test Mode : the slash menu appears
On test mode: the floating toolbar appears. (expected behavior)
On web: the floating tool bar doesn't appears.