Default readonly is false

pull/13/head
singerdmx 4 years ago
parent b328e60164
commit 26c0bea94e
  1. 2
      app/lib/pages/home_page.dart

@ -78,7 +78,7 @@ class _HomePageState extends State<HomePage> {
scrollable: true,
focusNode: _focusNode,
autoFocus: true,
readOnly: true,
readOnly: false,
embedBuilder: _embedBuilder,
enableInteractiveSelection: true,
expands: false,

Loading…
Cancel
Save