mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-29 02:53:52 +00:00 
			
		
		
		
	Avoid flicker when narrowing to non-stream view.
(imported from commit a69fd4fe582d56e89990f97a3d3099ea1225315c)
This commit is contained in:
		| @@ -383,6 +383,10 @@ exports.rename_stream = function (sub) { | ||||
|  | ||||
| $(function () { | ||||
|     $(document).on('narrow_activated.zulip', function (event) { | ||||
|         if (zoomed_to_topics && !active_stream_name()) { | ||||
|             zoom_out(); | ||||
|         } | ||||
|  | ||||
|         $("ul.filters li").removeClass('active-filter active-subject-filter'); | ||||
|         remove_expanded_subjects(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user