mirror of https://github.com/zulip/zulip.git
subs: Restore debouncing of stream filtering.
This appears to have been accidentally removed in the redesign.
This commit is contained in:
parent
45f39be37f
commit
fe2d38392f
|
@ -580,7 +580,8 @@ exports.setup_page = function (callback) {
|
|||
|
||||
$("#add_new_subscription input[type='text']").on("input", function () {
|
||||
remove_temporarily_miscategorized_streams();
|
||||
actually_filter_streams();
|
||||
// Debounce filtering in case a user is typing quickly
|
||||
filter_streams();
|
||||
});
|
||||
|
||||
$(document).trigger($.Event('subs_page_loaded.zulip'));
|
||||
|
|
Loading…
Reference in New Issue