Don't autofocus chat box due to OSK issues for now

I can fix this later by stopping the text input from rerenderring so often
This commit is contained in:
Henry Hiles 2026-03-24 09:41:24 -04:00
commit b6e7bb82da
No known key found for this signature in database

View file

@ -68,7 +68,7 @@ class ChatBox extends HookConsumerWidget {
return KeyEventResult.ignored;
},
)..requestFocus();
);
final style = TextStyle(
color: theme.colorScheme.primary,
@ -156,7 +156,6 @@ class ChatBox extends HookConsumerWidget {
),
controller: controller.value,
key: key,
autofocus: true,
focusNode: node,
),
),