diff --git a/lib/features/chat/views/chat_page.dart b/lib/features/chat/views/chat_page.dart index 9ec605c..f70db32 100644 --- a/lib/features/chat/views/chat_page.dart +++ b/lib/features/chat/views/chat_page.dart @@ -1206,6 +1206,8 @@ class _ChatPageState extends ConsumerState { edgeFraction: edgeFraction, settleFraction: 0.06, // even gentler settle for instant open feel scrimColor: scrim, + contentScaleDelta: 0.0, + contentBlurSigma: 0.0, onOpenStart: () { // Suppress composer auto-focus once we unfocus for the drawer try {