mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
Revert "list_render: Clean up initialization."
I pushed this risk commit to the end of a PR that had a bunch of harmless prep commits at the front, and I didn't make it clear enough that the last commit (this one) hadn't been tested thoroughly. For the list_render widget, we can simplify the intialization pretty easily (avoid extra sorts, for example), but the cache aspects are still tricky on subsequent calls.
This commit is contained in:
@@ -217,7 +217,7 @@ function show_subscription_settings(sub_row) {
|
||||
}
|
||||
},
|
||||
},
|
||||
});
|
||||
}).init();
|
||||
|
||||
sub_settings.find('input[name="principal"]').typeahead({
|
||||
source: () => stream_data.potential_subscribers(sub),
|
||||
|
||||
Reference in New Issue
Block a user