add command to focus last focused chat item, include important info in a11y help (#268362)

This commit is contained in:
Megan Rogge
2025-09-25 17:11:02 -04:00
committed by GitHub
parent 14dd6cdb57
commit 5cb209f624
9 changed files with 87 additions and 24 deletions

View File

@@ -1694,6 +1694,6 @@ async function moveToPanelChat(accessor: ServicesAccessor, model: ChatModel | un
for (const request of model.getRequests().slice()) {
await chatService.adoptRequest(widget.viewModel.model.sessionId, request);
}
widget.focusLastMessage();
widget.focusResponseItem();
}
}