mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
Called the `decorate` function to update stream color in the compose box on `change` instead of `blur`. On clicking on a stream option, the input box for the stream name remained in focus, hence decorate wasn't triggered on blur. Using the change event instead, ensures that decorate will be called anytime the stream is changed. Fixes: #20871
24 KiB
24 KiB