singerdmx / flutter-quill

Rich text editor for Flutter
https://pub.dev/packages/flutter_quill
MIT License
2.6k stars 839 forks source link

fix(ios): link menu action Cupertino modal popup now does NOT use root nav #2332

Closed Zambrella closed 4 weeks ago

Zambrella commented 1 month ago

Description

This is to fix a bug where when using nested navigators the modal popup wouldn't pop (instead, the underlying pages would). This also brings the behaviour into parity with the Android/Material equivalent.

Related Issues

Type of Change

EchoEllet commented 1 month ago

Can address this comment?

EchoEllet commented 4 weeks ago

Merged but there's no guarantee the fix will remain since we don't have a related test for the bug fix.

Thanks for your contributions.