forked from Nexus/nexus
some keyboard navigation fixes
This still isnt perfect, it sometimes skips over nodes, needs investigation.
This commit is contained in:
parent
bc307cbcda
commit
ddc8db8326
2 changed files with 44 additions and 9 deletions
|
|
@ -400,7 +400,7 @@ class RoomChat extends HookConsumerWidget {
|
|||
children: [
|
||||
Positioned.fill(
|
||||
child: Padding(
|
||||
padding: .symmetric(horizontal: 12),
|
||||
padding: .symmetric(horizontal: 4),
|
||||
child: switch (controllerData) {
|
||||
AsyncData(:final value?) ||
|
||||
AsyncLoading(:final value?) => CustomScrollView(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue