fleather-editor / fleather

Soft and gentle rich text editing for Flutter applications.
https://fleather-editor.github.io
Other
203 stars 36 forks source link

Link menu doesn't cover the AppBar #387

Open maelchiotti opened 3 months ago

maelchiotti commented 3 months ago

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

Amir-P commented 3 months ago

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.