mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
There is a bug when clicking on the stream row in stream settings page subscribes/unsubscribes the user from stream. The ideal behaviour should be that user should be subscribed/unsubscribed only when user clicks on tick icon. The buggy behaviour is visible only after clicking the tick icon once. This is because clicking on tick is adding sub_unsub_button class to the stream row, while it should be added only to the ".check" element to re-enable the button to handle requests. This commit fixes the bug by adding the "sub_unsub_button" class to ".check" element only and not to the stream row and same change is done for removing the "sub_unsub_button" class also. |
||
|---|---|---|
| .. | ||
| assets | ||
| audio | ||
| generated | ||
| html | ||
| images | ||
| js | ||
| shared | ||
| styles | ||
| templates | ||
| third | ||
| .eslintrc.json | ||
| .gitignore | ||
| favicon.ico | ||