diff --git a/app/lib/pages/home_page.dart b/app/lib/pages/home_page.dart index 6044c841..190db173 100644 --- a/app/lib/pages/home_page.dart +++ b/app/lib/pages/home_page.dart @@ -78,7 +78,7 @@ class _HomePageState extends State { scrollable: true, focusNode: _focusNode, autoFocus: true, - readOnly: true, + readOnly: false, embedBuilder: _embedBuilder, enableInteractiveSelection: true, expands: false,