You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't really know how to reproduce the issue. I encounter it with my Material Notes app, but I can't reproduce it with a very simple app. Maybe it has to do with having multiple pages and multiple routes?
Environment
OS: Android 14
Flutter version: 3.22.2
Fleather version: 1.17.0
The text was updated successfully, but these errors were encountered:
This is expected if you have nested Navigators and your AppBar is not descendent of the Navigator above the editor. It's because we don't use useRootNavigator when displaying the bottom sheet. I'll look more into it.
The link menu doesn't cover the
AppBar
.Steps to Reproduce
I don't really know how to reproduce the issue. I encounter it with my Material Notes app, but I can't reproduce it with a very simple app. Maybe it has to do with having multiple pages and multiple routes?
Environment
The text was updated successfully, but these errors were encountered: