mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
There is a particular case in which when a user clicks on a tab, then uses the goto method to go to another, and then clicks on the original tab again, it will not load the original tab. This is due to the fact that the goto function that is used to navigate to a tab without clicking does not set the last_value, therefore leaving a state that is incorrect and denying a view update in the case that a user performs the following: Click B -> Goto A -> Click B In this case, it saves the last_value as “B” and so when a user clicks back on “B” it does not trigger any change as it thinks the user is going from “B” to “B”.
3.9 KiB
3.9 KiB