Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link menu doesn't cover the AppBar #387

Open
maelchiotti opened this issue Aug 2, 2024 · 1 comment
Open

Link menu doesn't cover the AppBar #387

maelchiotti opened this issue Aug 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@maelchiotti
Copy link
Contributor

The link menu doesn't cover the AppBar.

image

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

  • OS: Android 14
  • Flutter version: 3.22.2
  • Fleather version: 1.17.0
@Amir-P
Copy link
Member

Amir-P commented Aug 2, 2024

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.

@Amir-P Amir-P added the bug Something isn't working label Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants