Support resetting memorizeCurrent for instances like new chat messages
@mshoho is already working on this.
Since Jan 11, 2024.
- Dominant language
- TypeScript
- Stars
- 165
- Forks
- 42
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 9
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.