From 1bd7e1edf1ed5a3f111587d84d6915490721bac3 Mon Sep 17 00:00:00 2001 From: Kelrap Date: Mon, 22 Dec 2025 10:24:49 -0500 Subject: [PATCH] Add Pangea comments --- lib/pages/chat/input_bar.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/pages/chat/input_bar.dart b/lib/pages/chat/input_bar.dart index 0dfd35fcd..029ac16e5 100644 --- a/lib/pages/chat/input_bar.dart +++ b/lib/pages/chat/input_bar.dart @@ -523,9 +523,12 @@ class InputBar extends StatelessWidget { // decoration: decoration!, // Pangea# decoration: decoration.copyWith( + // #Pangea + // hint: ShrinkableText( hint: SizedBox( height: 24, child: ShrinkableText( + // Pangea# text: choreographer.itController.open.value ? L10n.of(context).buildTranslation : _defaultHintText(context),