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:
parent
eb503ba647
commit
b6e7bb82da
1 changed files with 1 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ class ChatBox extends HookConsumerWidget {
|
||||||
|
|
||||||
return KeyEventResult.ignored;
|
return KeyEventResult.ignored;
|
||||||
},
|
},
|
||||||
)..requestFocus();
|
);
|
||||||
|
|
||||||
final style = TextStyle(
|
final style = TextStyle(
|
||||||
color: theme.colorScheme.primary,
|
color: theme.colorScheme.primary,
|
||||||
|
|
@ -156,7 +156,6 @@ class ChatBox extends HookConsumerWidget {
|
||||||
),
|
),
|
||||||
controller: controller.value,
|
controller: controller.value,
|
||||||
key: key,
|
key: key,
|
||||||
autofocus: true,
|
|
||||||
focusNode: node,
|
focusNode: node,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue