Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

stream_settings: Fix stream row switching behavior when adding subscribers. #29839

Merged

Commits on Apr 30, 2024

  1. stream_settings: Fix stream row switching behavior.

    Add a rule to the switch_rows(event) function to avoid
    switching stream row when pressing up/down key by checking
    the current URL hash and the add_subscribers_pill focus state.
    Add a utility function to hash_parser to help implement new
    switch_rows behavior mentioned above.
    
    Fixes zulip#29690.
    PieterCK authored and timabbott committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    02a40f3 View commit details
    Browse the repository at this point in the history