Skip to content

Support resetting memorizeCurrent for instances like new chat messages #348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
micahgodbolt opened this issue Jan 10, 2024 · 0 comments
Open
Assignees

Comments

@micahgodbolt
Copy link
Member

micahgodbolt commented Jan 10, 2024

Right now, we memorize current in copilot chat so that if you tab down into input, but want to tab back up into chat, you don't lose your place.

The problem is that if a new message has been added to chance since you were last there, teams typically want focus to move to that most recent chat item.

defaultFocus only works if there is no memorized focus history, so that only works on the first focus.

https://github.com/microsoft/fluentai/issues/1307

There are also customer scenarios where we simply always want focus to go to the last item, regardless of if there was some saved focus location

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants