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:
Yashashvi Dave 2018-04-30 17:58:32 +05:30 committed by Tim Abbott
parent de30474ddd
commit 86eddd79bc
1 changed files with 1 additions and 0 deletions

View File

@ -575,6 +575,7 @@ $(function () {
}
stream_subscription_info_elem.addClass('text-success')
.removeClass('text-error');
ui.update_scrollbar($("#subscription_overlay .settings"));
}
function removal_failure() {