mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	pm_list: Add missing scrollbar update.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							0a656bec8a
						
					
				
				
					commit
					ec87544840
				
			@@ -6,6 +6,7 @@ set_global('resize', {
 | 
			
		||||
});
 | 
			
		||||
set_global('ui', {
 | 
			
		||||
    set_up_scrollbar: function () {},
 | 
			
		||||
    update_scrollbar: function () {},
 | 
			
		||||
});
 | 
			
		||||
set_global('stream_popover', {
 | 
			
		||||
    hide_topic_popover: function () {},
 | 
			
		||||
 
 | 
			
		||||
@@ -70,6 +70,7 @@ function zoom_in() {
 | 
			
		||||
    zoomed_in = true;
 | 
			
		||||
    var list_widget = $("ul.expanded_private_messages").expectOne();
 | 
			
		||||
    list_widget.removeClass("zoomed-out").addClass("zoomed-in");
 | 
			
		||||
    ui.update_scrollbar($("#private-container"));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
exports.close = function () {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user