Open maelchiotti opened 3 months ago
This is expected if you have nested Navigator
s 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