mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
stream settings: Fix scrollbar bug on unsubscribing themselves.
Fix scrollbar not updating when user unsubscribe themselves from "Stream members" list, by clicking "Unsubscribe" button. Fixes #9029
This commit is contained in:
committed by
Tim Abbott
parent
de30474ddd
commit
86eddd79bc
@@ -575,6 +575,7 @@ $(function () {
|
|||||||
}
|
}
|
||||||
stream_subscription_info_elem.addClass('text-success')
|
stream_subscription_info_elem.addClass('text-success')
|
||||||
.removeClass('text-error');
|
.removeClass('text-error');
|
||||||
|
ui.update_scrollbar($("#subscription_overlay .settings"));
|
||||||
}
|
}
|
||||||
|
|
||||||
function removal_failure() {
|
function removal_failure() {
|
||||||
|
|||||||
Reference in New Issue
Block a user