mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Add ui_state.home_tab_obscured() shim.
This commit is contained in:
		@@ -504,7 +504,7 @@ function welcome() {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
exports.start = function () {
 | 
			
		||||
    if (ui.home_tab_obscured()) {
 | 
			
		||||
    if (ui_state.home_tab_obscured()) {
 | 
			
		||||
        ui.change_tab_to('#home');
 | 
			
		||||
    }
 | 
			
		||||
    narrow.deactivate();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user