Fix tThe editor background appears gray when the waning dialog appears

This commit is contained in:
dab246
2024-04-25 00:27:52 +07:00
committed by Dat H. Pham
parent 90d79f8780
commit 56a63d2bc9
5 changed files with 62 additions and 3 deletions
-1
View File
@@ -85,7 +85,6 @@ class AppPages {
...[
GetPage(
name: AppRoutes.composer,
opaque: false,
page: () => DeferredWidget(
composer.loadLibrary,
() => composer.ComposerView()),