mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	@@ -203,9 +203,7 @@ exports.watch_manual_resize = function (element) {
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
exports.resize_bottom_whitespace = function (h) {
 | 
			
		||||
    if (page_params.autoscroll_forever) {
 | 
			
		||||
        $("#bottom_whitespace").height($("#compose-container")[0].offsetHeight);
 | 
			
		||||
    } else if (h !== undefined) {
 | 
			
		||||
    if (h !== undefined) {
 | 
			
		||||
        $("#bottom_whitespace").height(h.bottom_whitespace_height);
 | 
			
		||||
    }
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user