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.