some keyboard navigation fixes

This still isnt perfect, it sometimes skips over nodes, needs investigation.
This commit is contained in:
Henry Hiles 2026-06-11 13:41:06 -04:00
commit ddc8db8326
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
2 changed files with 44 additions and 9 deletions

View file

@ -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(